Completed
Push — master ( e4b611...24b99a )
by Nicolaas
02:04
created
code/forms/gridfield/GridFieldSortButton.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@  discard block
 block discarded – undo
11 11
 
12 12
     /**
13 13
      * @param string $targetFragment The HTML fragment to write the button into
14
-     * @param array $sortListColumns The columns to include in the sortList view
15 14
      */
16 15
     public function __construct($targetFragment = "before")
17 16
     {
@@ -49,7 +48,7 @@  discard block
 block discarded – undo
49 48
      *
50 49
      * @param GridField
51 50
      *
52
-     * @return array
51
+     * @return string[]
53 52
      */
54 53
     public function getActions($gridField)
55 54
     {
Please login to merge, or discard this patch.