-
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
Removing list "Lifecycle Events" #9243
Conversation
As announced in doctrine#9184 (comment)
Everything was already mentioned elsewhere.
Great work. Please change your commit messages into meaningful ones as described in https://www.doctrine-project.org/contribute/index.html#crafting-meaningful-commit-messages. |
We can (and should) squash the commits on merge, @SenseException. |
If you squash them, should I still change something? |
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.
I think, we're good. Thank you.
* 2.10.x: Bump PHPStan & Psalm (doctrine#9303) Removing list "Lifecycle Events" (doctrine#9243) Drop unneeded backslashes Fix Hidden fields triggering error when using getSingleScalarResult() (doctrine#8340) Findby joined lookup (doctrine#8285)
* 2.10.x: Bump PHPStan & Psalm (doctrine#9303) Removing list "Lifecycle Events" (doctrine#9243) Drop unneeded backslashes Fix Hidden fields triggering error when using getSingleScalarResult() (doctrine#8340) Findby joined lookup (doctrine#8285)
* 2.11.x: Bump PHPStan & Psalm (doctrine#9303) Removing list "Lifecycle Events" (doctrine#9243) Drop unneeded backslashes Fix Hidden fields triggering error when using getSingleScalarResult() (doctrine#8340) Findby joined lookup (doctrine#8285)
As announced in #9184 (comment)
I'm committing the events one by one, to make it easier to follow.
Notes:
postRemove
. Should it be repeated on all "events triggered after an entity removal" (which ones?):