Completed
Pull Request — master (#406)
by Damian
02:12
created
code/Forms/RemoteFileFormFactory.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -66,6 +66,10 @@  discard block
 block discarded – undo
66 66
         return ['type'];
67 67
     }
68 68
     
69
+    /**
70
+     * @param Controller $controller
71
+     * @param string $name
72
+     */
69 73
     protected function getFormFields($controller, $name, $context)
70 74
     {
71 75
         $fields = [];
@@ -130,6 +134,10 @@  discard block
 block discarded – undo
130 134
         return FieldList::create($fields);
131 135
     }
132 136
     
137
+    /**
138
+     * @param Controller $controller
139
+     * @param string $name
140
+     */
133 141
     protected function getFormActions($controller, $name, $context)
134 142
     {
135 143
         $actions = [];
Please login to merge, or discard this patch.