| @@ -55,7 +55,7 @@ | ||
| 55 | 55 | |
| 56 | 56 | $context = $this->contextCreator->create($schema, $document, $typeInfo); | 
| 57 | 57 | |
| 58 | -        $visitors = \array_map(function (RuleInterface $rule) use ($context) { | |
| 58 | +        $visitors = \array_map(function(RuleInterface $rule) use ($context) { | |
| 59 | 59 | return $rule->setContext($context); | 
| 60 | 60 | }, $rules); | 
| 61 | 61 | |