Completed
Pull Request — 2.6 (#7499)
by
unknown
06:07
created
tests/Doctrine/Tests/ORM/Functional/Ticket/GH7496Test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     public function testNonUniqueObjectHydrationDuringIteration()
32 32
     {
33 33
         $q = $this->_em->createQuery(
34
-            'SELECT b FROM ' . GH7496EntityAinB::class . ' aib JOIN ' . GH7496EntityB::class . ' b WITH aib.eB = b'
34
+            'SELECT b FROM '.GH7496EntityAinB::class.' aib JOIN '.GH7496EntityB::class.' b WITH aib.eB = b'
35 35
         );
36 36
 
37 37
         $bs = \iterator_to_array(
Please login to merge, or discard this patch.