@@ -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 | { |
@@ -38,7 +38,7 @@ |
||
| 38 | 38 | public function build(ActionConfiguration $configuration) |
| 39 | 39 | { |
| 40 | 40 | if (true !== $this->isFilterFormRequired($configuration)) { |
| 41 | - return null; |
|
| 41 | + return null; |
|
| 42 | 42 | } |
| 43 | 43 | // retrieve the filters from the Action configuration |
| 44 | 44 | $filters = $configuration->getParameter('filters'); |