From ac9fa2d3366958874efcc21761885c6930d87fb6 Mon Sep 17 00:00:00 2001 From: Thiemo Kreuz Date: Wed, 27 Feb 2019 16:33:55 +0100 Subject: [PATCH] redis: Fix incomplete @var documentation in RedisConnRef Change-Id: Id6cf3731986a004ffa80611fcf02c43fd6609ff1 --- includes/libs/redis/RedisConnRef.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/includes/libs/redis/RedisConnRef.php b/includes/libs/redis/RedisConnRef.php index d09620b415..db2976092a 100644 --- a/includes/libs/redis/RedisConnRef.php +++ b/includes/libs/redis/RedisConnRef.php @@ -33,9 +33,10 @@ class RedisConnRef implements LoggerAwareInterface { protected $pool; /** @var Redis */ protected $conn; - - protected $server; // string - protected $lastError; // string + /** @var string */ + protected $server; + /** @var string|null */ + protected $lastError; /** * @var LoggerInterface -- 2.20.1