From dfcee651098978dcc91ba784c78665d2190b47c0 Mon Sep 17 00:00:00 2001 From: Elias Kotlyar Date: Mon, 25 Aug 2025 13:11:19 +0200 Subject: [PATCH] Update ApiPass.mustache -> added void type --- .../src/main/resources/php-symfony/ApiPass.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openapi-generator/src/main/resources/php-symfony/ApiPass.mustache b/modules/openapi-generator/src/main/resources/php-symfony/ApiPass.mustache index 7e6ca5de4011..8404aca50d54 100644 --- a/modules/openapi-generator/src/main/resources/php-symfony/ApiPass.mustache +++ b/modules/openapi-generator/src/main/resources/php-symfony/ApiPass.mustache @@ -40,7 +40,7 @@ class {{bundleName}}ApiPass implements CompilerPassInterface * * @param ContainerBuilder $container */ - public function process(ContainerBuilder $container) { + public function process(ContainerBuilder $container) : void { // always first check if the primary service is defined if (!$container->has('{{bundleAlias}}.api.api_server')) { return;