Completed
Push — master ( b1e8a1...edf0e8 )
by Nikola
03:49
created
src/RunOpenCode/AbstractBuilder/Generator/BuilderGenerator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -45,6 +45,9 @@
 block discarded – undo
45 45
         $this->printer = new Standard();
46 46
     }
47 47
 
48
+    /**
49
+     * @param string $builderClassName
50
+     */
48 51
     public function create(ClassChoice $buildingClassChoice, $builderFilename, $builderClassName)
49 52
     {
50 53
 
Please login to merge, or discard this patch.