Skip to content

Commit 4e677b7

Browse files
authored
Merge pull request #931 from GromNaN/patch-1
Add type on `getContainerExtension` for future compat
2 parents 5f23875 + 034eea2 commit 4e677b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OverblogGraphQLBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function build(ContainerBuilder $container): void
5252
$container->addCompilerPass(new ResolverTaggedServiceMappingPass(), PassConfig::TYPE_BEFORE_REMOVING);
5353
}
5454

55-
public function getContainerExtension()
55+
public function getContainerExtension(): ?ExtensionInterface
5656
{
5757
if (!$this->extension instanceof ExtensionInterface) {
5858
$this->extension = new OverblogGraphQLExtension();

0 commit comments

Comments
 (0)