Skip to content

Commit

Permalink
Merge branch '4.4'
Browse files Browse the repository at this point in the history
* 4.4:
  Remove superfluous phpdoc tags
  • Loading branch information
nicolas-grekas committed Aug 14, 2019
2 parents db8238f + fde1387 commit 2de6270
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Store/MemcachedStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ public static function isSupported()
}

/**
* @param \Memcached $memcached
* @param int $initialTtl the expiration delay of locks in seconds
* @param int $initialTtl the expiration delay of locks in seconds
*/
public function __construct(\Memcached $memcached, int $initialTtl = 300)
{
Expand Down

0 comments on commit 2de6270

Please sign in to comment.