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