@@ -127,7 +127,7 @@ |
||
| 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 | } |