Completed
Push — master ( 4409a5...8614c9 )
by Martijn van
02:32
created
code/Commands/Make/MakeFormCommand.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -86,6 +86,9 @@
 block discarded – undo
86 86
         return $filePath;
87 87
     }
88 88
 
89
+    /**
90
+     * @param string $formClass
91
+     */
89 92
     protected function getFormMethodStub($formClass)
90 93
     {
91 94
         $file = $this->getStubFilePath('ControllerFormMethods');
Please login to merge, or discard this patch.