From ae03170751e35bdc47b4f1bf182e0e581afc36ad Mon Sep 17 00:00:00 2001 From: mattamon Date: Tue, 5 Mar 2024 09:46:10 +0000 Subject: [PATCH] Apply php-cs-fixer changes --- src/ApiPlatform/OpenApiFactoryDecorator.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ApiPlatform/OpenApiFactoryDecorator.php b/src/ApiPlatform/OpenApiFactoryDecorator.php index 589482b5e..6b8173f65 100644 --- a/src/ApiPlatform/OpenApiFactoryDecorator.php +++ b/src/ApiPlatform/OpenApiFactoryDecorator.php @@ -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) @@ -39,4 +38,4 @@ public function __invoke(array $context = []): OpenApi return $openApi; } -} \ No newline at end of file +}