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