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 a78fda5 commit 89090d0Copy full SHA for 89090d0
Tests/LockTest.php
@@ -456,7 +456,7 @@ public function delete(Key $key)
456
unset($this->keys[spl_object_hash($key)]);
457
}
458
459
- public function exists(Key $key)
+ public function exists(Key $key): bool
460
{
461
return isset($this->keys[spl_object_hash($key)]);
462
@@ -502,7 +502,7 @@ public function delete(Key $key)
502
503
504
505
506
507
508
0 commit comments