@@ -54,7 +54,7 @@ |
||
54 | 54 | |
55 | 55 | protected function runServerProcess(string $command): void |
56 | 56 | { |
57 | - Process::forever()->run($command, function (string $type, string $line): void { |
|
57 | + Process::forever()->run($command, function(string $type, string $line): void { |
|
58 | 58 | $this->output->write($line); |
59 | 59 | }); |
60 | 60 | } |