Test Failed
Push — master ( 808fee...e67945 )
by Aleksander
01:46
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->_ouput as $outputString) {
51
+            foreach ($this->_ouput as $outputString) {
52 52
                 echo $outputString . '<br>';
53 53
             }
54 54
         echo '</pre>';
Please login to merge, or discard this patch.