Skip to content

Commit 1294be8

Browse files
Merge branch '3.4' into 4.3
* 3.4: Remove superfluous phpdoc tags
2 parents cfb9448 + e434629 commit 1294be8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Store/CombinedStore.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ class CombinedStore implements StoreInterface, LoggerAwareInterface
3737
private $strategy;
3838

3939
/**
40-
* @param StoreInterface[] $stores The list of synchronized stores
41-
* @param StrategyInterface $strategy
40+
* @param StoreInterface[] $stores The list of synchronized stores
4241
*
4342
* @throws InvalidArgumentException
4443
*/

Store/MemcachedStore.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ public static function isSupported()
3737
}
3838

3939
/**
40-
* @param \Memcached $memcached
41-
* @param int $initialTtl the expiration delay of locks in seconds
40+
* @param int $initialTtl the expiration delay of locks in seconds
4241
*/
4342
public function __construct(\Memcached $memcached, int $initialTtl = 300)
4443
{

0 commit comments

Comments
 (0)