We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3cfae8 commit 6831271Copy full SHA for 6831271
src/Symfony/Component/Lock/Store/RedisStore.php
@@ -33,8 +33,8 @@ class RedisStore implements StoreInterface
33
private $initialTtl;
34
35
/**
36
- * @param \Redis|\RedisArray|\RedisCluster|RedisProxy|RedisClusterProxy\Predis\ClientInterface $redisClient
37
- * @param float $initialTtl the expiration delay of locks in seconds
+ * @param \Redis|\RedisArray|\RedisCluster|RedisProxy|RedisClusterProxy|\Predis\ClientInterface $redisClient
+ * @param float $initialTtl the expiration delay of locks in seconds
38
*/
39
public function __construct($redisClient, float $initialTtl = 300.0)
40
{
0 commit comments