File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public function internalMethod()
15
15
}
16
16
17
17
/**
18
- * @internal but should not trigger a deprecation.
18
+ * @internal but should not trigger a deprecation
19
19
*/
20
20
public function usedInInternalClass ()
21
21
{
Original file line number Diff line number Diff line change @@ -613,7 +613,7 @@ public function setPublic()
613
613
/**
614
614
* Marks the response as "immutable".
615
615
*
616
- * @param bool $immutable Enables or disables the immutable directive.
616
+ * @param bool $immutable enables or disables the immutable directive
617
617
*
618
618
* @return $this
619
619
*/
@@ -631,7 +631,7 @@ public function setImmutable($immutable = true)
631
631
/**
632
632
* Returns true if the response is marked as "immutable".
633
633
*
634
- * @return bool Returns true if the response is marked as "immutable"; otherwise false.
634
+ * @return bool returns true if the response is marked as "immutable"; otherwise false
635
635
*/
636
636
public function isImmutable ()
637
637
{
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