Skip to content

Commit 132c536

Browse files
author
Farhad.Zand
committed
fix style
1 parent a16f43f commit 132c536

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Console/ConsumeCommand.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ final class ConsumeCommand extends WorkCommand
3737
public function handle(): int|null
3838
{
3939
$numProcesses = $this->option('num-processes');
40-
40+
4141
for ($i = 0; $i < $numProcesses; $i++) {
4242
$pid = pcntl_fork();
4343

@@ -57,7 +57,8 @@ public function handle(): int|null
5757
// Handle exit status if needed
5858
}
5959

60-
return 0;;
60+
return 0;
61+
;
6162
}
6263

6364
private function consume(): void

0 commit comments

Comments
 (0)