It is possible to ignore some parts of code from a php file when it\'s analyzed by PHP_CodeSniffer?
PHP_CodeSniffer
Yes it is possible with @codingStandardsIgnoreStart and @codingStandardsIgnoreEnd annotations
It is also described in the documentation.