@@ -863,6 +863,7 @@ discard block |
||
| 863 | 863 | |
| 864 | 864 | /** |
| 865 | 865 | * NEXT_MAJOR: remove this method. |
| 866 | + * @param string $subClass |
|
| 866 | 867 | */ |
| 867 | 868 | public function addSubClass($subClass): void |
| 868 | 869 | { |
@@ -1962,7 +1963,7 @@ discard block |
||
| 1962 | 1963 | * |
| 1963 | 1964 | * @param string $context |
| 1964 | 1965 | * |
| 1965 | - * @return array |
|
| 1966 | + * @return string[] |
|
| 1966 | 1967 | */ |
| 1967 | 1968 | public function getPermissionsShow($context) |
| 1968 | 1969 | { |
@@ -2477,6 +2478,9 @@ discard block |
||
| 2477 | 2478 | { |
| 2478 | 2479 | } |
| 2479 | 2480 | |
| 2481 | + /** |
|
| 2482 | + * @param string $action |
|
| 2483 | + */ |
|
| 2480 | 2484 | protected function configureActionButtons($buttonList, $action, $object = null) |
| 2481 | 2485 | { |
| 2482 | 2486 | return $buttonList; |
@@ -2497,6 +2501,7 @@ discard block |
||
| 2497 | 2501 | /** |
| 2498 | 2502 | * NEXT_MAJOR: remove this method. |
| 2499 | 2503 | * |
| 2504 | + * @param string $action |
|
| 2500 | 2505 | * @return mixed |
| 2501 | 2506 | * |
| 2502 | 2507 | * @deprecated Use configureTabMenu instead |