X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2Fredis%2FRedisConnRef.php;h=db2976092a316a761e74a88cdb1d73046aa5e549;hb=a38af7ba26579bb3004f673e44d39710887763aa;hp=d09620b415bbde528f32246fa9c2305c17e927f1;hpb=8c9de54eef541b4e5997f0d40f1619ae84b0b3a4;p=lhc%2Fweb%2Fwiklou.git 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