Skip to content

Commit 0f18d6c

Browse files
Merge branch '4.4' into 5.1
* 4.4: reduce column length for MySQL 5.6 compatibility Minor improvement Removed redundant strtolower in ConsumeMessagesCommand Fix RedisStore constructor signature Bump Symfony version to 4.4.12 Update VERSION for 4.4.11 Update CHANGELOG for 4.4.11 Bump Symfony version to 3.4.44 updated VERSION for 3.4.43 update CONTRIBUTORS for 3.4.43 updated CHANGELOG for 3.4.43
2 parents c7e3f05 + 7005da0 commit 0f18d6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Store/RedisStore.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ class RedisStore implements PersistingStoreInterface
3232
private $initialTtl;
3333

3434
/**
35-
* @param \Redis|\RedisArray|\RedisCluster|RedisProxy|RedisClusterProxy\Predis\ClientInterface $redisClient
36-
* @param float $initialTtl the expiration delay of locks in seconds
35+
* @param \Redis|\RedisArray|\RedisCluster|RedisProxy|RedisClusterProxy|\Predis\ClientInterface $redisClient
36+
* @param float $initialTtl the expiration delay of locks in seconds
3737
*/
3838
public function __construct($redisClient, float $initialTtl = 300.0)
3939
{

0 commit comments

Comments
 (0)