Completed
Push — master ( 8dac88...b09874 )
by Phil
10s
created
Command/StopWorkerCommand.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,8 +69,7 @@
 block discarded – undo
69 69
                 // The worker was successfully killed.
70 70
                 $worker->getWorker()->unregisterWorker();
71 71
                 $output->writeln(\sprintf('Stopped %s', $worker->getId()));
72
-            }
73
-            else {
72
+            } else {
74 73
                 $output->writeln(\sprintf('<error>Failed to stop %s</error>', $worker->getId()));
75 74
             }
76 75
         }
Please login to merge, or discard this patch.