@@ -412,7 +412,7 @@ |
||
| 412 | 412 | * |
| 413 | 413 | * @param array $parameters |
| 414 | 414 | * |
| 415 | - * @return array |
|
| 415 | + * @return string[] |
|
| 416 | 416 | */ |
| 417 | 417 | private function resolveRequestParameters(array $parameters) |
| 418 | 418 | { |
@@ -73,7 +73,7 @@ |
||
| 73 | 73 | public function __construct(array $parameters) |
| 74 | 74 | { |
| 75 | 75 | // Cleanup array to set false for empty/invalid values. |
| 76 | - $this->filteredParameters = array_map(function ($value) { |
|
| 76 | + $this->filteredParameters = array_map(function($value) { |
|
| 77 | 77 | if (in_array($value, ['', '???'], true)) { |
| 78 | 78 | return false; |
| 79 | 79 | } |