HummingBirdAnimeClient/phpstan.neon
Timothy J. Warren be74cfaceb
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
Fix a bunch more phpstan errors
2021-02-12 13:09:57 -05:00

21 lines
638 B
YAML

parameters:
checkGenericClassInNonGenericObjectType: false
checkMissingIterableValueType: false
inferPrivatePropertyTypeFromConstructor: true
level: 7
paths:
- src
- ./console
- index.php
ignoreErrors:
- "#Offset 'fields' does not exist on array#"
- '#Function imagepalletetotruecolor not found#'
- '#Call to an undefined method Aura\\\Html\\\HelperLocator::[a-zA-Z0-9_]+\(\)#'
- '#Call to an undefined method Query\\QueryBuilderInterface::[a-zA-Z0-9_]+\(\)#'
excludes_analyse:
- tests/mocks.php
- vendor
# These are objects that basically can return anything
universalObjectCratesClasses:
- Aviat\Ion\Friend