@@ -92,7 +92,7 @@  | 
                                                    ||
| 92 | 92 | // If both types are abstract, then determine if there is any intersection  | 
                                                        
| 93 | 93 | // between possible concrete types of each.  | 
                                                        
| 94 | 94 | return arraySome($schema->getPossibleTypes($typeA),  | 
                                                        
| 95 | -                    function (TypeInterface $type) use ($schema, $typeB) { | 
                                                        |
| 95 | +                    function(TypeInterface $type) use ($schema, $typeB) { | 
                                                        |
| 96 | 96 | return $schema->isPossibleType($typeB, $type);  | 
                                                        
| 97 | 97 | });  | 
                                                        
| 98 | 98 | }  |