includes: - vendor/phpstan/phpstan-deprecation-rules/rules.neon - vendor/phpstan/phpstan-phpunit/extension.neon - vendor/phpstan/phpstan-phpunit/rules.neon parameters: fileExtensions: - php - phpt checkGenericClassInNonGenericObjectType: false checkMissingIterableValueType: false ignoreErrors: - message: '/Instanceof between mixed and SimpleXMLElement will always evaluate to false\./' path: library/Rules/ArrayVal.php - message: '/Parameter #1 \$error_handler of function set_error_handler expects \(callable\(int, string, string, int, array\): bool\)\|null, Closure\(\): void given\./' paths: - library/Rules/Call.php - tests/unit/Rules/CallTest.php - message: '/Call to an undefined static method Respect\\Validation\\Validator::iDoNotExistSoIShouldThrowException/' path: tests/unit/ValidatorTest.php level: 7 paths: - library/ - tests/