We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e903a89 commit 992e387Copy full SHA for 992e387
modules/openapi-generator/src/main/resources/php-symfony/ApiPass.mustache
@@ -40,7 +40,7 @@ class {{bundleName}}ApiPass implements CompilerPassInterface
40
*
41
* @param ContainerBuilder $container
42
*/
43
- public function process(ContainerBuilder $container) {
+ public function process(ContainerBuilder $container) : void {
44
// always first check if the primary service is defined
45
if (!$container->has('{{bundleAlias}}.api.api_server')) {
46
return;
0 commit comments