Completed
Push — master ( 7c40f5...e91382 )
by Gordon
05:30
created
tests/StaffTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -16,6 +16,9 @@
 block discarded – undo
16 16
     }
17 17
 
18 18
 
19
+    /**
20
+     * @param string $tabName
21
+     */
19 22
     private function getFieldnamesForTab($fields, $tabName) {
20 23
         $tab = $fields->findOrMakeTab($tabName);
21 24
         $fields = $tab->fieldList();
Please login to merge, or discard this patch.