Skip to content

Commit 757edba

Browse files
committed
Merge branch '3.4'
* 3.4: fixed CS fixed CS fixed CS
2 parents 43cb7f0 + 4fdd691 commit 757edba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Key.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function resetLifetime()
6161
}
6262

6363
/**
64-
* @param float $ttl The expiration delay of locks in seconds.
64+
* @param float $ttl the expiration delay of locks in seconds
6565
*/
6666
public function reduceLifetime($ttl)
6767
{

LockInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ interface LockInterface
2828
*
2929
* @param bool $blocking Whether or not the Lock should wait for the release of someone else
3030
*
31-
* @return bool Whether or not the lock had been acquired.
31+
* @return bool whether or not the lock had been acquired
3232
*
3333
* @throws LockConflictedException If the lock is acquired by someone else in blocking mode
3434
* @throws LockAcquiringException If the lock can not be acquired

0 commit comments

Comments
 (0)