mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 10:57:11 +00:00
update php symfony samples
This commit is contained in:
@@ -49,7 +49,7 @@ class OpenAPIServerApiPass implements CompilerPassInterface
|
|||||||
*
|
*
|
||||||
* @param ContainerBuilder $container
|
* @param ContainerBuilder $container
|
||||||
*/
|
*/
|
||||||
public function process(ContainerBuilder $container) {
|
public function process(ContainerBuilder $container) : void {
|
||||||
// always first check if the primary service is defined
|
// always first check if the primary service is defined
|
||||||
if (!$container->has('open_api_server.api.api_server')) {
|
if (!$container->has('open_api_server.api.api_server')) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user