From: Thiemo Kreuz Date: Wed, 27 Feb 2019 15:33:55 +0000 (+0100) Subject: redis: Fix incomplete @var documentation in RedisConnRef X-Git-Tag: 1.34.0-rc.0~2707^2 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=ac9fa2d3366958874efcc21761885c6930d87fb6;p=lhc%2Fweb%2Fwiklou.git redis: Fix incomplete @var documentation in RedisConnRef Change-Id: Id6cf3731986a004ffa80611fcf02c43fd6609ff1 --- 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