This can cause warnings like "Deprecated: The __sleep() serialization magic method has been deprecated. Implement __serialize() instead (or in addition, if support for old PHP versions is necessary)".
Ever stared at a massive codebase wondering which methods are deprecated? I've been there. This extension helps you hunt down all those @deprecated JSDoc tags so you can finally tackle that technical ...