Completed
Pull Request — master (#45)
by Christoffer
02:06
created
src/Validation/Rule/NoFragmentCyclesRule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
 
85 85
                 $this->context->reportError(
86 86
                     new ValidationException(
87
-                        fragmentCycleMessage($spreadName, array_map(function (FragmentSpreadNode $spread) {
87
+                        fragmentCycleMessage($spreadName, array_map(function(FragmentSpreadNode $spread) {
88 88
                             return $spread->getNameValue();
89 89
                         }, $cyclePath)),
90 90
                         array_merge($cyclePath, [$spreadNode])
Please login to merge, or discard this patch.