8000 minor · symfony/symfony@e9fc16c · GitHub
[go: up one dir, main page]

Skip to content

Commit e9fc16c

Browse files
committed
minor
1 parent 54b7e98 commit e9fc16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Lock/Tests/LockTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ public function exists(Key $key)
424424
return isset($this->keys[spl_object_hash($key)]);
425425
}
426426

427-
public function putOffExpiration(Key $key, float $ttl)
427+
public function putOffExpiration(Key $key, $ttl)
428428
{
429429
$key->reduceLifetime($ttl);
430430
$this->checkNotExpired($key);

0 commit comments

Comments
 (0)
0