Skip to content
Snippets Groups Projects
Commit d44e2ace authored by Eli Stone's avatar Eli Stone
Browse files

Fix: must be compatible with Twig\Template::display

parent 47523310
No related branches found
No related tags found
No related merge requests found
Pipeline #227879 failed
......@@ -58,7 +58,7 @@ trait GraphQLTemplateTrait {
/**
* {@inheritdoc}
*/
public function display(array $context, array $blocks = []) {
public function display(array $context, array $blocks = []) : void {
if (!static::hasGraphQLOperations()) {
parent::display($context, $blocks);
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment