-
Notifications
You must be signed in to change notification settings - Fork 20
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
Fix Deprecation::ignoreDeprecations #43
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.
I think this makes more sense 👍
1c2552e
to
680091a
Compare
Turns out that `Deprecation::ignoreDeprecations` does not work at all.
Thanks @ruudk ! |
Would it be possible to tag this? So that I can stop some deprecations on production? 😅 |
Sure thing. Out of interest, how urgent is it for you and why? |
Thanks for the tag! It was producing a 10-20 deprecations an hour. Great to be able to stop this 😃 |
Ok, so definitely not a money problem then I trust, just an output clutter issue? Cc @mpdude, I think this topic will interest you, w.r.t doctrine/doctrine-website#485 |
Deployed 1.1.1 and the deprecations stopped. Great 💙 |
This applies @greg0ire's feedback and fixes #31