DeprecatedSniff.php
Marks a sniff as deprecated.
Implementing this interface allows for marking a sniff as deprecated and displaying information about the deprecation to the end-user.
A sniff will still need to implement the PHP_CodeSniffer\Sniffs\Sniff
interface
as well, or extend an abstract sniff which does, to be recognized as a valid sniff.