Skip to content

Commit 8fff77f

Browse files
committed
phpcs fixes
1 parent af70e2e commit 8fff77f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/src/RedisLotteryQueue/RedisLotteryQueueService.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ private function tryAdmit(string $clientId, int $holdSeconds = 15): EntryResult
3333
$result = $this->airlock->enter($clientId);
3434

3535
if ($result->isAdmitted()) {
36-
$token = $result->getToken();
3736
return $result;
38-
3937
}
4038

4139
return $result;

0 commit comments

Comments
 (0)