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