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 +}