Skip to content

Commit

Permalink
symfony#27345 fixed @param indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bennett committed May 31, 2018
1 parent ec8d217 commit a1a3be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Lock/Store/MongoDbStore.php
Expand Up @@ -56,7 +56,7 @@ class MongoDbStore implements StoreInterface
* must not exceed 1024 bytes including structural overhead.
* @see https://docs.mongodb.com/manual/reference/limits/#Index-Key-Limit
*
* @param float $initialTtl The expiration delay of locks in seconds
* @param float $initialTtl The expiration delay of locks in seconds
*/
public function __construct(\MongoDB\Client $mongo, array $options, float $initialTtl = 300.0)
{
Expand Down

0 comments on commit a1a3be7

Please sign in to comment.