Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon authored and github-actions[bot] committed Mar 5, 2024
1 parent fd05d23 commit ae03170
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ApiPlatform/OpenApiFactoryDecorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
use ApiPlatform\OpenApi\Model\SecurityScheme;
use ApiPlatform\OpenApi\OpenApi;


final readonly class OpenApiFactoryDecorator implements OpenApiFactoryInterface
{
public function __construct(private OpenApiFactoryInterface $decorated)
Expand All @@ -39,4 +38,4 @@ public function __invoke(array $context = []): OpenApi

return $openApi;
}
}
}

0 comments on commit ae03170

Please sign in to comment.