@@ -95,6 +95,9 @@ |
||
95 | 95 | return $stdio; |
96 | 96 | } |
97 | 97 | |
98 | + /** |
|
99 | + * @param string $code |
|
100 | + */ |
|
98 | 101 | protected function executeCode($code) |
99 | 102 | { |
100 | 103 | (new ExecutionClosure($this->shell, $code))->execute(); |