@@ -332,7 +332,7 @@ |
||
332 | 332 | |
333 | 333 | $innerType = $queryType; |
334 | 334 | while ($innerType instanceof CompositeTypeInterface) { |
335 | - $innerType = $innerType->getTypeOf(); |
|
335 | + $innerType = $innerType->getTypeOf(); |
|
336 | 336 | } |
337 | 337 | |
338 | 338 | if ($fragment->getModel() !== $innerType->getName()) { |