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

CompilerPassInterface::process() might add "void" as a native return type declaration in the future #1134

Open
Evgeny1973 opened this issue Sep 26, 2023 · 2 comments

Comments

@Evgeny1973
Copy link

Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? no
Version/Branch 1.0.0

Symfony 6.3.4, Overblog 1.0.0 i'm getting these deprecations:
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Overblog\GraphiQLBundle\DependencyInjection\Compiler\Endpoints\OverblogGraphQLBundleEndpointWiringPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Overblog\GraphiQLBundle\DependencyInjection\Compiler\Endpoints\DefaultEndpointWiringPass" now to avoid errors or add an explicit @return annotation to suppress this message.

@mcg-web
Copy link
Member

mcg-web commented Oct 2, 2023

This seem to be a bug indeed ! Can you open a PR to fix this, please ?

@Evgeny1973
Copy link
Author

Sorry, but I'm not that cool of a developer. ;)

fiisher-jc added a commit to JustCommunication-ru/GraphiQLBundle that referenced this issue Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants