Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit bc948e1

Browse files
GrahamCampbellStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent a275c73 commit bc948e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Locker.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ public function __construct(ClientInterface $redis)
4646
*
4747
* Note that we will not attempt to acquire the lock at this point.
4848
*
49-
* @param string $name
50-
* @param int $timeout
51-
* @param int $play
52-
* @param int $interval
53-
* @param int $trys
49+
* @param string $name
50+
* @param int $timeout
51+
* @param int $play
52+
* @param int $interval
53+
* @param int $trys
5454
*
5555
* @return \AltThree\Locker\Lock
5656
*/

0 commit comments

Comments
 (0)