php-eesyldap/phpstan.neon

13 lines
297 B
Plaintext
Raw Normal View History

2023-03-13 02:13:21 +01:00
parameters:
level: 9
paths:
- src
- tests
treatPhpDocTypesAsCertain: false
universalObjectCratesClasses:
- EesyLDAP\Entry
2023-03-13 02:13:21 +01:00
ignoreErrors:
-
message: "#Method .*::test.*\\(\\) has no return type specified\\.#"
path: tests/*