Merged in feature/from-pantheon (pull request #16)
code from pantheon * code from pantheon
This commit is contained in:
12
wp/wp-content/plugins/imagify/vendor/composer/installers/phpstan.neon.dist
vendored
Normal file
12
wp/wp-content/plugins/imagify/vendor/composer/installers/phpstan.neon.dist
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
parameters:
|
||||
level: 8
|
||||
paths:
|
||||
- src
|
||||
- tests
|
||||
excludes_analyse:
|
||||
- tests/Composer/Installers/Test/PolyfillTestCase.php
|
||||
ignoreErrors:
|
||||
- '~Test::[a-zA-Z0-9]+Provider\(\) return type~'
|
||||
|
||||
includes:
|
||||
- vendor/phpstan/phpstan-phpunit/extension.neon
|
||||
Reference in New Issue
Block a user