[Lock] remove duplicated 'the' from comment

This commit is contained in:
Oussama Elgoumri 2017-08-04 14:35:39 +01:00 committed by Nicolas Grekas
parent 0023f4e84d
commit b84639dc35

View File

@ -24,7 +24,7 @@ interface LockInterface
{
/**
* Acquires the lock. If the lock is acquired by someone else, the parameter `blocking` determines whether or not
* the the call should block until the release of the lock.
* the call should block until the release of the lock.
*
* @param bool $blocking Whether or not the Lock should wait for the release of someone else
*