Completed
Pull Request — master (#163)
by Leo
07:26
created
src/Engine/PHP.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -227,6 +227,9 @@
 block discarded – undo
227 227
         return $this->compiler;
228 228
     }
229 229
 
230
+    /**
231
+     * @return string
232
+     */
230 233
     public function getPath()
231 234
     {
232 235
         return $this->phpCli;
Please login to merge, or discard this patch.