Skip to content

Commit fde1387

Browse files
Merge branch '4.3' into 4.4
* 4.3: Remove superfluous phpdoc tags
2 parents b605339 + 1294be8 commit fde1387

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Store/MemcachedStore.php

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

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

0 commit comments

Comments
 (0)