From e81c62ef3ec108584ab0ecf970b00165117e1df3 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 5 Nov 2013 13:59:55 -0800 Subject: [PATCH] Minor doc tweak Change-Id: Ic028b8f11ece0c41ae0b22d9d3c91bbdff02af66 --- includes/job/JobQueueRedis.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1