Minor doc tweak
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 5 Nov 2013 21:59:55 +0000 (13:59 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 5 Nov 2013 21:59:55 +0000 (13:59 -0800)
Change-Id: Ic028b8f11ece0c41ae0b22d9d3c91bbdff02af66

includes/job/JobQueueRedis.php

index 378e175..67bb5a4 100644 (file)
@@ -70,7 +70,7 @@ class JobQueueRedis extends JobQueue {
        /**
         * @params include:
         *   - redisConfig : An array of parameters to RedisConnectionPool::__construct().
-        *                   Note that the serializer option is ignored "none" is always used.
+        *                   Note that the serializer option is ignored as "none" is always used.
         *   - redisServer : A hostname/port combination or the absolute path of a UNIX socket.
         *                   If a hostname is specified but no port, the standard port number
         *                   6379 will be used. Required.