banker/phpstan.neon
Timothy J. Warren 9690e3f4b3
Some checks failed
Gitea - aviat/banker/pipeline/head There was a failure building this commit
Attempt to add code quality stuff back to Jenkins
2023-03-16 15:18:10 -04:00

15 lines
338 B
YAML

parameters:
checkGenericClassInNonGenericObjectType: false
checkMissingIterableValueType: false
inferPrivatePropertyTypeFromConstructor: true
level: 8
paths:
- src
excludes_analyse:
- tests
- vendor
tmpDir: build/tmp
# These are objects that basically can return anything
universalObjectCratesClasses:
- Aviat\Ion\Friend