@@ -48,7 +48,7 @@ |
||
| 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>'; |