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.
#[Override]
MongoLock
1 parent 42a6c6c commit 2370cbbCopy full SHA for 2370cbb
src/Cache/MongoLock.php
@@ -41,6 +41,7 @@ public function __construct(
41
/**
42
* Attempt to acquire the lock.
43
*/
44
+ #[Override]
45
public function acquire(): bool
46
{
47
// The lock can be acquired if: it doesn't exist, it has expired,
0 commit comments