Passed
Pull Request — master (#120)
by Christoffer
02:26
created
src/Validation/Validator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.