Completed
Push — master ( 9254f0...47252c )
by James
04:54
created
src/Factory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -70,6 +70,9 @@
 block discarded – undo
70 70
         return array_keys($this->webservers);
71 71
     }
72 72
 
73
+    /**
74
+     * @param string $name
75
+     */
73 76
     public function createWebProject($name, $version = '')
74 77
     {
75 78
         $name = '';
Please login to merge, or discard this patch.