X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fclientpool%2FRedisConnectionPool.php;h=dc95727d5665ae61a26b693d7f671ccd3b0d31a3;hb=a0d5ad07d02b6d1cff830b9280ae9dd03f505e04;hp=d2c504ae1a3d33c51e134b22ff85cd20cd9ffe47;hpb=29f51fdbdb3ae23aa147932d76394118664557a3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/clientpool/RedisConnectionPool.php b/includes/clientpool/RedisConnectionPool.php index d2c504ae1a..dc95727d56 100644 --- a/includes/clientpool/RedisConnectionPool.php +++ b/includes/clientpool/RedisConnectionPool.php @@ -346,7 +346,7 @@ class RedisConnectionPool { * Adjust or reset the connection handle read timeout value * * @param Redis $conn - * @param integer $timeout Optional + * @param int $timeout Optional */ public function resetTimeout( Redis $conn, $timeout = null ) { $conn->setOption( Redis::OPT_READ_TIMEOUT, $timeout ?: $this->readTimeout );