Skip to content

Commit ac5478e

Browse files
committed
update php symfony samples
1 parent 992e387 commit ac5478e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/server/petstore/php-symfony/SymfonyBundle-php/DependencyInjection/Compiler/OpenAPIServerApiPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class OpenAPIServerApiPass implements CompilerPassInterface
4949
*
5050
* @param ContainerBuilder $container
5151
*/
52-
public function process(ContainerBuilder $container) {
52+
public function process(ContainerBuilder $container) : void {
5353
// always first check if the primary service is defined
5454
if (!$container->has('open_api_server.api.api_server')) {
5555
return;

0 commit comments

Comments
 (0)