@@ -36,7 +36,7 @@ |
||
| 36 | 36 | * ActionConfiguration constructor. |
| 37 | 37 | * |
| 38 | 38 | * @param string $actionName |
| 39 | - * @param AdminInterface|null $admin |
|
| 39 | + * @param AdminInterface $admin |
|
| 40 | 40 | */ |
| 41 | 41 | public function __construct($actionName, AdminInterface $admin) |
| 42 | 42 | { |
@@ -28,7 +28,7 @@ |
||
| 28 | 28 | * |
| 29 | 29 | * @param mixed $value Value to render |
| 30 | 30 | * |
| 31 | - * @return mixed |
|
| 31 | + * @return string |
|
| 32 | 32 | */ |
| 33 | 33 | public function render($value) |
| 34 | 34 | { |