Completed
Push — master ( 26a074...85fd0f )
by Nicolaas
01:22
created
code/api/API.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -50,6 +50,9 @@
 block discarded – undo
50 50
     }
51 51
 
52 52
 
53
+    /**
54
+     * @param string $name
55
+     */
53 56
     protected function retrieveDBFields($name)
54 57
     {
55 58
         $data = $this->_data;
Please login to merge, or discard this patch.
code/control/BuildController.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -184,6 +184,10 @@  discard block
 block discarded – undo
184 184
     }
185 185
 
186 186
 
187
+    /**
188
+     * @param string $formName
189
+     * @param string $actionTitle
190
+     */
187 191
     protected function createForm($formName, $actionTitle)
188 192
     {
189 193
         if($formName === 'PrimaryForm') {
@@ -404,6 +408,9 @@  discard block
 block discarded – undo
404 408
     }
405 409
 
406 410
 
411
+    /**
412
+     * @param string $name
413
+     */
407 414
     protected function saveData($name, $data)
408 415
     {
409 416
         $var = $this->Config()->get('form_data_session_variable');
Please login to merge, or discard this patch.