Deprecation Checks¶
Checks your code for calls to deprecated functions/methods, for usage of deprecated classes, interfaces or traits, and for fetching of deprecated properties and constants.
It also displays the content of @deprecated
tags when available.