@@ -204,7 +204,7 @@ discard block |
||
| 204 | 204 | protected function runCommandAsSeparateThread(): int |
| 205 | 205 | { |
| 206 | 206 | $command = $this->input->getArgument(static::ARGUMENT_CONSOLE_CHILD); |
| 207 | - $this->createProcess($command)->run(function ($direction, $data): void { |
|
| 207 | + $this->createProcess($command)->run(function($direction, $data): void { |
|
| 208 | 208 | if ($this->output->isVerbose()) { |
| 209 | 209 | $this->info($data); |
| 210 | 210 | } |
@@ -301,7 +301,7 @@ discard block |
||
| 301 | 301 | * |
| 302 | 302 | * @return int|false |
| 303 | 303 | */ |
| 304 | - public function handleSignal(int $signal): int|false |
|
| 304 | + public function handleSignal(int $signal): int | false |
|
| 305 | 305 | { |
| 306 | 306 | $this->shouldStop = true; |
| 307 | 307 | if ($this->output->isVerbose()) { |