Skip to content

Commit 79a7233

Browse files
committed
Fix GraphQLExtension for symfony 5 with type hint
1 parent f1563f4 commit 79a7233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/GraphQLExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ private function getDefaultHeaders()
5858
];
5959
}
6060

61-
public function getAlias()
61+
public function getAlias(): string
6262
{
6363
return "graphql";
6464
}

0 commit comments

Comments
 (0)