Completed
Branch feature-relations (7f62b3)
by Thomas
03:51
created
src/Relation/OneToMany.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     /** {@inheritdoc} */
28 28
     public function fetch(Entity $me, EntityManager $entityManager = null)
29 29
     {
30
-        $reference  = $this->getOpponent()->getReference();
30
+        $reference = $this->getOpponent()->getReference();
31 31
         if (empty($reference)) {
32 32
             throw new InvalidConfiguration('Reference is not defined in opponent');
33 33
         }
Please login to merge, or discard this patch.