TASK: Add hint how to disable warnings for specific deprecations

This commit is contained in:
Daniel Siepmann 2017-04-13 12:04:46 +02:00
parent c87546de29
commit fc8d3579ff
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -13,6 +13,10 @@ already documented by phpcs itself. Therefore this documentation will just menti
Beside that, some options are also available through CLI. Examples are always provided. Beside that, some options are also available through CLI. Examples are always provided.
To disable warnings for specific deprecated parts, e.g. a specific function, you can use the full
sniff name, as we try to add the concrete constant or function name to the sniff. Just run ``phpcs``
with the ``-s`` option to see sniff names.
The following configuration options are available: The following configuration options are available:
.. _configuration-legacyExtensions: .. _configuration-legacyExtensions: