-
-
Notifications
You must be signed in to change notification settings - Fork 505
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
Mark classes as @final and deprecate extending them #2008
Conversation
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.
Missed a couple of package names in the deprecation messages 😅
lib/Doctrine/ODM/MongoDB/Event/OnClassMetadataNotFoundEventArgs.php
Outdated
Show resolved
Hide resolved
@alcaeus I think it'd be the first place where we add "MongoDB ODM" to the deprecation message, why now? |
Ah nvm, just found #2010. Maybe I should go newest -> oldest when reading notifications :D |
d17df9c
to
cc6dd23
Compare
Yeah, that was added afterwards when I gave it some more thought. I’ll fix those messages today or tomorrow, just thought that we should start somewhere 👍 |
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.
Looks good, thanks @malarzm!
Precedes #1984