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.
2 parents 717d364 + 3e945e9 commit e8e32b8Copy full SHA for e8e32b8
LockInterface.php
@@ -24,7 +24,7 @@ interface LockInterface
24
{
25
/**
26
* Acquires the lock. If the lock is acquired by someone else, the parameter `blocking` determines whether or not
27
- * the the call should block until the release of the lock.
+ * the call should block until the release of the lock.
28
*
29
* @param bool $blocking Whether or not the Lock should wait for the release of someone else
30
0 commit comments