Completed
Push — master ( 30f2b6...431ce2 )
by Marcel
02:06 queued 01:04
created
src/Server.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -95,6 +95,9 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.