I feel that at some point in time I will have to do either write a long post or create a talk around handling #deprecations in #PHP https://github.com/thephpleague/csv/issues/574#issuecomment-4115906017 I regularly get those tickets and conversation and I feel the community does not know what a deprecation is... am I wrong or am I wrong 🤔
@nyamsprod yes, you're correct. But lots of the community still handles it as an error, I think due to it being also handled by the error handler (and PHP defaults to treating it like an error IIRC?).
Wrote a blogpost a while ago with the same intention as your comment: https://wouterj.nl/2021/11/deprecations-are-not-errors

