Skip to content

Commit 1ec9648

Browse files
PHPGuustaylorotwell
authored andcommitted
Cosmetics
1 parent 00a12e2 commit 1ec9648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Queue/Listener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function listen($connection, $queue, ListenerOptions $options)
8888

8989
while (true) {
9090
$this->runProcess($process, $options->memory);
91-
if($options->rest) {
91+
if ($options->rest) {
9292
sleep($options->rest);
9393
}
9494
}

0 commit comments

Comments
 (0)