Skip to content

Commit

Permalink
Remove trailing whitespaces (#8360)
Browse files Browse the repository at this point in the history
Stylistically, it's not great to have them, but more importantly, the
latest symfony/yaml version has issues with trailing whitespaces.
  • Loading branch information
greg0ire authored Dec 3, 2020
1 parent 404edd4 commit 01187c9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
Expand Down

0 comments on commit 01187c9

Please sign in to comment.