respect-validation/phpstan.neon.dist
Henrique Moody 103a47e134
Increate PHPStan level to 5
Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2019-02-04 00:49:35 +01:00

15 lines
378 B
Plaintext

includes:
- vendor/phpstan/phpstan-phpunit/extension.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: 5
paths:
- library/
- tests/