overblog/GraphQLBundle

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

Evgeny1973 opened this issue · 2 comments

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.

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

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