mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-18 20:17:05 +00:00
update php symfony samples
This commit is contained in:
@@ -49,7 +49,7 @@ class OpenAPIServerApiPass 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('open_api_server.api.api_server')) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user