Passed
Push — master ( 6d2ec0...d97bf6 )
by Sebastiaan
02:45
created
src/Command/Run.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,11 +56,11 @@
 block discarded – undo
56 56
 
57 57
         foreach ($events as $event) {
58 58
             if ($output->getVerbosity() >= $this->minimumVerbosity) {
59
-                $output->writeln('Running event <info>"' . (string)$event . '"</info>');
59
+                $output->writeln('Running event <info>"' . (string) $event . '"</info>');
60 60
             }
61 61
 
62 62
             $result = $event->run();
63
-            if ($event instanceof Process)  {
63
+            if ($event instanceof Process) {
64 64
                 $this->handleProcessOutput($result, $output);
65 65
             }
66 66
         }
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
             }
61 61
 
62 62
             $result = $event->run();
63
-            if ($event instanceof Process)  {
63
+            if ($event instanceof Process) {
64 64
                 $this->handleProcessOutput($result, $output);
65 65
             }
66 66
         }
Please login to merge, or discard this patch.