Completed
Push — master ( d7178b...69eb04 )
by Nicolaas
01:33
created
code/control/BuildController.php 1 patch
Doc Comments   +10 added lines patch added patch discarded remove patch
@@ -87,6 +87,9 @@  discard block
 block discarded – undo
87 87
         }
88 88
     }
89 89
 
90
+    /**
91
+     * @param string $method
92
+     */
90 93
     protected function turnStaticsIntoSessionData($method, $className) {
91 94
         $data = [];
92 95
         $thingsToBuild = $this->$method();
@@ -246,6 +249,10 @@  discard block
 block discarded – undo
246 249
     }
247 250
 
248 251
 
252
+    /**
253
+     * @param string $formName
254
+     * @param string $actionTitle
255
+     */
249 256
     protected function createForm($formName, $actionTitle)
250 257
     {
251 258
         if($formName === 'PrimaryForm') {
@@ -500,6 +507,9 @@  discard block
 block discarded – undo
500 507
         return [];
501 508
     }
502 509
 
510
+    /**
511
+     * @param string $name
512
+     */
503 513
     protected function saveData($name, $data)
504 514
     {
505 515
         unset($data['url']);
Please login to merge, or discard this patch.