@@ -2535,7 +2535,7 @@ discard block |
||
| 2535 | 2535 | * |
| 2536 | 2536 | * @param string $context |
| 2537 | 2537 | * |
| 2538 | - * @return array |
|
| 2538 | + * @return string[] |
|
| 2539 | 2539 | */ |
| 2540 | 2540 | public function getPermissionsShow($context) |
| 2541 | 2541 | { |
@@ -2779,7 +2779,7 @@ discard block |
||
| 2779 | 2779 | /** |
| 2780 | 2780 | * Set custom per page options. |
| 2781 | 2781 | * |
| 2782 | - * @param array $options |
|
| 2782 | + * @param integer[] $options |
|
| 2783 | 2783 | */ |
| 2784 | 2784 | public function setPerPageOptions(array $options) |
| 2785 | 2785 | { |
@@ -2912,6 +2912,7 @@ discard block |
||
| 2912 | 2912 | |
| 2913 | 2913 | /** |
| 2914 | 2914 | * {@inheritdoc} |
| 2915 | + * @param string $action |
|
| 2915 | 2916 | */ |
| 2916 | 2917 | public function hasAccess($action, $object = null) |
| 2917 | 2918 | { |
@@ -3002,6 +3003,7 @@ discard block |
||
| 3002 | 3003 | |
| 3003 | 3004 | /** |
| 3004 | 3005 | * {@inheritdoc} |
| 3006 | + * @param string $action |
|
| 3005 | 3007 | */ |
| 3006 | 3008 | public function getActionButtons($action, $object = null) |
| 3007 | 3009 | { |
@@ -3048,6 +3050,7 @@ discard block |
||
| 3048 | 3050 | |
| 3049 | 3051 | /** |
| 3050 | 3052 | * {@inheritdoc} |
| 3053 | + * @param boolean $isShown |
|
| 3051 | 3054 | */ |
| 3052 | 3055 | final public function showMosaicButton($isShown) |
| 3053 | 3056 | { |
@@ -3176,7 +3179,7 @@ discard block |
||
| 3176 | 3179 | * NEXT_MAJOR: remove this method. |
| 3177 | 3180 | * |
| 3178 | 3181 | * @param MenuItemInterface $menu |
| 3179 | - * @param $action |
|
| 3182 | + * @param string $action |
|
| 3180 | 3183 | * @param AdminInterface $childAdmin |
| 3181 | 3184 | * |
| 3182 | 3185 | * @return mixed |