Completed
Push — master ( c0112a...87787d )
by Nicola
02:52
created
code/TogglePaginator.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,6 +51,7 @@  discard block
 block discarded – undo
51 51
      *
52 52
      * The current implementation is borrowed directly from
53 53
      * GridField_FormAction::getAttributes() 3.2.0-beta2.
54
+     * @param GridField $grid
54 55
      */
55 56
     protected function updateState($grid)
56 57
     {
@@ -103,7 +104,7 @@  discard block
 block discarded – undo
103 104
      * Required by the GridField_ActionProvider interface.
104 105
      *
105 106
      * @param  GridField $grid
106
-     * @return array
107
+     * @return string[]
107 108
      */
108 109
     public function getActions($grid)
109 110
     {
Please login to merge, or discard this patch.