Skip to content

Commit 3e945e9

Browse files
Oussama Elgoumrinicolas-grekas
authored andcommitted
[Lock] remove duplicated 'the' from comment
1 parent 2f401cd commit 3e945e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LockInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ interface LockInterface
2424
{
2525
/**
2626
* 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.
27+
* the call should block until the release of the lock.
2828
*
2929
* @param bool $blocking Whether or not the Lock should wait for the release of someone else
3030
*

0 commit comments

Comments
 (0)