From 01187c9260cd085529ddd1273665217cae659640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Thu, 3 Dec 2020 09:52:14 +0100 Subject: [PATCH] Remove trailing whitespaces (#8360) Stylistically, it's not great to have them, but more importantly, the latest symfony/yaml version has issues with trailing whitespaces. --- .../yaml/Doctrine.Tests.ORM.Tools.Export.User.dcm.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Doctrine/Tests/ORM/Tools/Export/yaml/Doctrine.Tests.ORM.Tools.Export.User.dcm.yml b/tests/Doctrine/Tests/ORM/Tools/Export/yaml/Doctrine.Tests.ORM.Tools.Export.User.dcm.yml index df2dae1c558..23332e3db2f 100644 --- a/tests/Doctrine/Tests/ORM/Tools/Export/yaml/Doctrine.Tests.ORM.Tools.Export.User.dcm.yml +++ b/tests/Doctrine/Tests/ORM/Tools/Export/yaml/Doctrine.Tests.ORM.Tools.Export.User.dcm.yml @@ -54,7 +54,7 @@ Doctrine\Tests\ORM\Tools\Export\User: targetEntity: Doctrine\Tests\ORM\Tools\Export\Interests mappedBy: user cascade: [ persist, merge, remove, refresh, detach ] - orphanRemoval: true + orphanRemoval: true manyToMany: groups: targetEntity: Doctrine\Tests\ORM\Tools\Export\Group @@ -73,8 +73,8 @@ Doctrine\Tests\ORM\Tools\Export\User: cascade: - all lifecycleCallbacks: - prePersist: [ doStuffOnPrePersist, doOtherStuffOnPrePersistToo ] - postPersist: [ doStuffOnPostPersist ] + prePersist: [ doStuffOnPrePersist, doOtherStuffOnPrePersistToo ] + postPersist: [ doStuffOnPostPersist ] entityListeners: Doctrine\Tests\ORM\Tools\Export\UserListener: prePersist: [customPrePersist]