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 26e443c commit 7005da0Copy full SHA for 7005da0
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