Completed
Push — master ( fc4fc8...fd2b1b )
by Thomas
02:20
created
src/Entity/Relations.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -168,7 +168,6 @@
 block discarded – undo
168 168
 
169 169
         $relation = $this::getRelation($relation);
170 170
 
171
-        return $getAll ? $relation->fetchAll($this, $this->entityManager) :
172
-            $relation->fetch($this, $this->entityManager);
171
+        return $getAll ? $relation->fetchAll($this, $this->entityManager) : $relation->fetch($this, $this->entityManager);
173 172
     }
174 173
 }
Please login to merge, or discard this patch.