File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public function resetLifetime()
78
78
}
79
79
80
80
/**
81
- * @param float $ttl The expiration delay of locks in seconds.
81
+ * @param float $ttl the expiration delay of locks in seconds
82
82
*/
83
83
public function reduceLifetime ($ ttl )
84
84
{
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ interface LockInterface
28
28
*
29
29
* @param bool $blocking Whether or not the Lock should wait for the release of someone else
30
30
*
31
- * @return bool Whether or not the lock had been acquired.
31
+ * @return bool whether or not the lock had been acquired
32
32
*
33
33
* @throws LockConflictedException If the lock is acquired by someone else in blocking mode
34
34
* @throws LockAcquiringException If the lock can not be acquired
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class SemaphoreStore implements StoreInterface
27
27
/**
28
28
* Returns whether or not the store is supported.
29
29
*
30
- * @param bool|null $blocking When not null, checked again the blocking mode.
30
+ * @param bool|null $blocking when not null, checked again the blocking mode
31
31
*
32
32
* @return bool
33
33
*
You can’t perform that action at this time.
0 commit comments