comparison vendor/squizlabs/php_codesniffer/phpstan.neon @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
1 parameters:
2 ignoreErrors:
3 -
4 message: '~^Undefined variable: \$phpCodeSnifferConfig$~'
5 path: %currentWorkingDirectory%/src/Config.php
6
7 dynamicConstantNames:
8 - PHP_CODESNIFFER_IN_TESTS
9 - PHP_CODESNIFFER_CBF
10 - PHP_CODESNIFFER_VERBOSITY
11
12 excludes_analyse:
13 - */Tests/*