Completed
Pull Request — 2.0 (#1028)
by Antoine
03:08
created
src/Bridge/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.