Skip to content

Commit 50f52eb

Browse files
committed
Add #[Override] attribute to MongoLock
1 parent 0e91c95 commit 50f52eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Cache/MongoLock.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public function __construct(
4141
/**
4242
* Attempt to acquire the lock.
4343
*/
44+
#[Override]
4445
public function acquire(): bool
4546
{
4647
// The lock can be acquired if: it doesn't exist, it has expired,

0 commit comments

Comments
 (0)