@@ -11,7 +11,6 @@ discard block |
||
| 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 |
||
| 49 | 48 | * |
| 50 | 49 | * @param GridField |
| 51 | 50 | * |
| 52 | - * @return array |
|
| 51 | + * @return string[] |
|
| 53 | 52 | */ |
| 54 | 53 | public function getActions($gridField) |
| 55 | 54 | { |