@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Sylius\Tests\Controller; |
| 15 | 15 | |
@@ -333,7 +333,7 @@ |
||
| 333 | 333 | |
| 334 | 334 | /** |
| 335 | 335 | * @param Response $response |
| 336 | - * @param array|string[] $expectedChoiceValues |
|
| 336 | + * @param string[] $expectedChoiceValues |
|
| 337 | 337 | */ |
| 338 | 338 | private function assertSelectChoicesInResponse(Response $response, array $expectedChoiceValues): void |
| 339 | 339 | { |