@@ -159,7 +159,7 @@ |
||
| 159 | 159 | $related = $em->getClassMetadata($mapping['targetEntity']); |
| 160 | 160 | |
| 161 | 161 | if (in_array($related->name, $checked)) { |
| 162 | - continue; |
|
| 162 | + continue; |
|
| 163 | 163 | } |
| 164 | 164 | |
| 165 | 165 | if (true === $this->hasFetchEagerAssociation($em, $related, $checked)) { |