10000
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 0ab5eed commit dc133efCopy full SHA for dc133ef
src/Symfony/Component/Lock/Store/RedisStore.php
@@ -32,8 +32,8 @@ class RedisStore implements PersistingStoreInterface
32
private $initialTtl;
33
34
/**
35
- * @param \Redis|\RedisArray|\RedisCluster|RedisProxy|RedisClusterProxy\Predis\ClientInterface $redisClient
36
- * @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
37
*/
38
public function __construct($redisClient, float $initialTtl = 300.0)
39
{
0 commit comments