It is possible to ignore some parts of code from a php file when it\'s analyzed by PHP_CodeSniffer?
PHP_CodeSniffer
You can either use the combination: @codingStandardsIgnoreStart and @codingStandardsIgnoreEnd or you can use @codingStandardsIgnoreLine.
@codingStandardsIgnoreStart
@codingStandardsIgnoreEnd
Example: