Test Failed
Push — master ( e67945...04bb36 )
by Aleksander
01:53
created
Event.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
         echo 'Result execution: ' . $this->_command . PHP_EOL
49 49
         . $this->_result . PHP_EOL;
50 50
         echo '<pre>';
51
-            foreach($this->_output as $outputString) {
51
+            foreach ($this->_output as $outputString) {
52 52
                 echo $outputString . '<br>';
53 53
             }
54 54
         echo '</pre>';
Please login to merge, or discard this patch.