gmarche/vendor/squizlabs/php_codesniffer/phpstan.neon

14 lines
340 B
Plaintext

parameters:
ignoreErrors:
-
message: '~^Undefined variable: \$phpCodeSnifferConfig$~'
path: %currentWorkingDirectory%/src/Config.php
dynamicConstantNames:
- PHP_CODESNIFFER_IN_TESTS
- PHP_CODESNIFFER_CBF
- PHP_CODESNIFFER_VERBOSITY
excludes_analyse:
- */Tests/*