We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b7e98 commit e9fc16cCopy full SHA for e9fc16c
src/Symfony/Component/Lock/Tests/LockTest.php
@@ -424,7 +424,7 @@ public function exists(Key $key)
424
return isset($this->keys[spl_object_hash($key)]);
425
}
426
427
- public function putOffExpiration(Key $key, float $ttl)
+ public function putOffExpiration(Key $key, $ttl)
428
{
429
$key->reduceLifetime($ttl);
430
$this->checkNotExpired($key);
0 commit comments