@@ -47,7 +47,7 @@ |
||
47 | 47 | |
48 | 48 | $context = $this->contextBuilder->build($schema, $document, $typeInfo); |
49 | 49 | |
50 | - $visitors = \array_map(function (RuleInterface $rule) use ($context) { |
|
50 | + $visitors = \array_map(function(RuleInterface $rule) use ($context) { |
|
51 | 51 | return $rule->setContext($context); |
52 | 52 | }, $rules); |
53 | 53 |