From: Aaron Schulz Date: Tue, 5 Nov 2013 21:59:55 +0000 (-0800) Subject: Minor doc tweak X-Git-Tag: 1.31.0-rc.0~18279^2 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=e81c62ef3ec108584ab0ecf970b00165117e1df3;p=lhc%2Fweb%2Fwiklou.git Minor doc tweak Change-Id: Ic028b8f11ece0c41ae0b22d9d3c91bbdff02af66 --- diff --git a/includes/job/JobQueueRedis.php b/includes/job/JobQueueRedis.php index 378e17555d..67bb5a41ed 100644 --- a/includes/job/JobQueueRedis.php +++ b/includes/job/JobQueueRedis.php @@ -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.