-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve orphan removal documentation - recommend using cascade=persist #9848
Improve orphan removal documentation - recommend using cascade=persist #9848
Conversation
3d9d168
to
6de9d59
Compare
I just saw that you're targeting 2.11 instead of 2.12. Please change and rebase to |
869de8b
to
eb1ef01
Compare
Rebased onto 2.12.x, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe you can keep the original orphanRemoval example above your newly added note. It's still a valid example. You can create your own shorter code example below your note to separate both cases.
Co-authored-by: Claudio Zizza <859964+SenseException@users.noreply.github.com>
Thank you @olsavmic 🚀 |
* 2.14.x: Bump coding standard to 9.0.2 Fix tests for doctrine/common 3.4 Fix static analysis errors for Collections 1.7 Fix type in docs (doctrine#9994) Improve orphan removal documentation - recommend using cascade=persist (doctrine#9848)
Resolves #9847