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