Failed Conditions
Pull Request — master (#6900)
by
unknown
11:36
created
tests/Doctrine/Tests/ORM/Functional/Ticket/GH6884Test.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
         $this->em->getEventManager()->addEventListener([Events::preUpdate], $listener);
32 32
 
33 33
         $this->em->getClassMetadata(GH6884Person::class)
34
-                 ->addEntityListener(Events::postUpdate, GH6884Person::class, 'onPostUpdate');
34
+                    ->addEntityListener(Events::postUpdate, GH6884Person::class, 'onPostUpdate');
35 35
     }
36 36
 
37 37
     public function testIssue() : void
Please login to merge, or discard this patch.