GraphQLBundle icon indicating copy to clipboard operation
GraphQLBundle copied to clipboard

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

Open Evgeny1973 opened this issue 2 years ago • 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.

Evgeny1973 avatar Sep 26 '23 09:09 Evgeny1973

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

mcg-web avatar Oct 02 '23 08:10 mcg-web

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

Evgeny1973 avatar Oct 07 '23 09:10 Evgeny1973