Completed
Push — master ( aa13e4...bbe005 )
by Marco
14s
created
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2602Test.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
         $eventManager->addEventListener([Events::postLoad], new DDC2602PostLoadListener());
49 49
 
50 50
         $result = $this->_em->createQuery('SELECT u, b FROM Doctrine\Tests\ORM\Functional\Ticket\DDC2602User u JOIN u.biography b')
51
-                             ->getResult();
51
+                                ->getResult();
52 52
 
53 53
         self::assertCount(2, $result);
54 54
         self::assertCount(2, $result[0]->biography->fieldList);
Please login to merge, or discard this patch.