We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f23875 + 034eea2 commit 4e677b7Copy full SHA for 4e677b7
src/OverblogGraphQLBundle.php
@@ -52,7 +52,7 @@ public function build(ContainerBuilder $container): void
52
$container->addCompilerPass(new ResolverTaggedServiceMappingPass(), PassConfig::TYPE_BEFORE_REMOVING);
53
}
54
55
- public function getContainerExtension()
+ public function getContainerExtension(): ?ExtensionInterface
56
{
57
if (!$this->extension instanceof ExtensionInterface) {
58
$this->extension = new OverblogGraphQLExtension();
0 commit comments