DEV Community

Discussion on: How to deprecate a type in php

Collapse
 
dykyiroman profile image
Roman • Edited

I should do a lot of job for make the class deprecated. A modern IDE helps you to check deprecated class or not using annotation @deprecated. Its always help me. Maybe your approach have a good solution for this case, but your example is not from real life I think

Collapse
 
greg0ire profile image
Grégoire Paris

Sorry for the very late response, but it absolutely is from real life: I applied it on a very widely used library with 200 million installs. Is that real life enough for you sir?