Completed
Branch master (c0112a)
by Nicola
02:11
created
code/TogglePaginator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -120,6 +120,9 @@
 block discarded – undo
120 120
         }
121 121
     }
122 122
 
123
+    /**
124
+     * @param GridField $grid
125
+     */
123 126
     public function handleToggle($grid, $request = null) {
124 127
         $this->updateState($grid);
125 128
         $this->state['active'] = ! $this->state['active'];
Please login to merge, or discard this patch.