Passed
Push — master ( 60a4ae...29fcc8 )
by
unknown
46:42 queued 14:26
created
Spryker/Zed/Console/Communication/Plugin/Console/MultiProcessRunConsole.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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()) {
Please login to merge, or discard this patch.