Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PHP-Symfony] Fix Symfony warning on OpenAPIServerBundle #15960

Merged
merged 1 commit into from
Jul 2, 2023

Commits on Jun 30, 2023

  1. [PHP-Symfony] Fix Symfony warning on OpenAPIServerBundle

    This fixes this Symfony warning:
    
        User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()"
        might add "void" as a native return type declaration in the future. Do the
        same in child class "OpenAPI\Server\OpenAPIServerBundle" now to avoid errors
        or add an explicit @return annotation to suppress this message
    
    This fixes OpenAPITools#15959
    gturri committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    62f80fb View commit details
    Browse the repository at this point in the history