Passed
Push — master ( 575b3b...f8ce0f )
by Sam
02:02
created
src/Util/TypeHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
                 // If both types are abstract, then determine if there is any intersection
128 128
                 // between possible concrete types of each.
129 129
                 return arraySome($schema->getPossibleTypes($typeA),
130
-                    function (NamedTypeInterface $type) use ($schema, $typeB) {
130
+                    function(NamedTypeInterface $type) use ($schema, $typeB) {
131 131
                         return $schema->isPossibleType($typeB, $type);
132 132
                     });
133 133
             }
Please login to merge, or discard this patch.