Skip to content

Commit 1ddcad6

Browse files
Backport type fixes
1 parent d72c376 commit 1ddcad6

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)