respect-validation/phpstan.neon.dist

16 lines
429 B
Plaintext
Raw Normal View History

includes:
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-phpunit/rules.neon
parameters:
fileExtensions:
- php
- phpt
ignoreErrors:
- '/Call to an undefined static method Respect\\Validation\\Validator::iDoNotExistSoIShouldThrowException/'
- '/Parameter #2 $locale of function setlocale expects array|string|null, int given./'
level: 7
paths:
- library/
- tests/