php-eesyldap/phpstan.neon
2023-03-13 02:13:21 +01:00

11 lines
238 B
Plaintext

parameters:
level: 9
paths:
- src
- tests
treatPhpDocTypesAsCertain: false
ignoreErrors:
-
message: "#Method .*::test.*\\(\\) has no return type specified\\.#"
path: tests/*