Skip to content

Commit 3083ffc

Browse files
Merge branch '5.2' into 5.3
* 5.2: Backport type fixes Fix CS Avoid triggering the autoloader in Deprecation::isLegacy() fix markdown markup Backport type fixes uzb translation [DependencyInjection] Fix doc blocks [DependencyInjection] Turn $defaultDeprecationTemplate into a constant [Form] better form doc types to support static analysis
2 parents 1f16682 + 1ddcad6 commit 3083ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Store/MongoDbStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public function save(Key $key)
229229
* @throws LockStorageException
230230
* @throws LockExpiredException
231231
*/
232-
public function putOffExpiration(Key $key, $ttl)
232+
public function putOffExpiration(Key $key, float $ttl)
233233
{
234234
$key->reduceLifetime($ttl);
235235

0 commit comments

Comments
 (0)