php-eesyldap/phpstan.neon

13 lines
297 B
Plaintext

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