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.
code/StaffFolder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
 {
46 46
     public function StaffFolderCacheKey()
47 47
     {
48
-        $start = isset($_GET['start']) ? (int) (Convert::raw2sql($_GET['start'])) : 0;
48
+        $start = isset($_GET['start']) ? (int)(Convert::raw2sql($_GET['start'])) : 0;
49 49
 
50 50
         return implode('_', array(
51 51
             'StaffFolders',
Please login to merge, or discard this patch.