Test Failed
Pull Request — master (#1307)
by Ilya
61:40
created
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2988Test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
             return;
24 24
         }
25 25
 
26
-        $group    = new DDC2988Group();
26
+        $group = new DDC2988Group();
27 27
         $this->_em->persist($group);
28 28
 
29 29
         $user           = new DDC2988User();
Please login to merge, or discard this patch.