You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #14613 [Doctrine] Add precision for doctrine lifecycle callbacks (DuboisS)
This PR was merged into the 4.4 branch.
Discussion
----------
[Doctrine] Add precision for doctrine lifecycle callbacks
I think it's a good idea to specify that the methods must be public.
- If the developer inadvertently makes the callable private, they will just realize that the method is not executed. No exceptions thrown.
- By rereading the doc, it would be simpler for the word "public" to catch their attention.
Commits
-------
6b4bee4 Update events.rst
0 commit comments