Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Feb 15, 2024
1 parent f19f256 commit d473772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/Functional/Controller/MapQueryStringController.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
use Nelmio\ApiDocBundle\Tests\Functional\Entity\QueryModel\SortQueryModel;
use Nelmio\ApiDocBundle\Tests\Functional\Entity\SymfonyConstraintsWithValidationGroups;
use Nelmio\ApiDocBundle\Tests\Functional\Entity\SymfonyMapQueryString;
use OpenApi\Attributes as OA;
use Symfony\Component\HttpKernel\Attribute\MapQueryString;
use Symfony\Component\Routing\Annotation\Route;
use OpenApi\Attributes as OA;

class MapQueryStringController
{
Expand Down
2 changes: 1 addition & 1 deletion Tests/Functional/NelmioKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ protected function configureContainer(ContainerBuilder $container, LoaderInterfa
'secret' => 'MySecretKey',
'test' => null,
'validation' => null,
'serializer' => []
'serializer' => [],
];

if (TestKernel::isAnnotationsAvailable()) {
Expand Down

0 comments on commit d473772

Please sign in to comment.