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