HummingBirdAnimeClient/phpstan.neon

20 lines
587 B
YAML
Raw Normal View History

2018-01-16 14:58:07 -05:00
parameters:
2019-12-06 15:46:56 -05:00
checkGenericClassInNonGenericObjectType: false
2019-12-09 16:17:25 -05:00
checkMissingIterableValueType: false
2019-12-06 15:46:56 -05:00
inferPrivatePropertyTypeFromConstructor: true
level: 7
paths:
- src
- ./console
- index.php
2018-01-16 14:58:07 -05:00
ignoreErrors:
2021-02-10 17:31:20 -05:00
- "#Offset 'fields' does not exist on array#"
- '#Call to an undefined method Aura\\\Html\\\HelperLocator::[a-zA-Z0-9_]+\(\)#'
2021-02-10 17:31:20 -05:00
- '#Call to an undefined method Query\\QueryBuilderInterface::[a-zA-Z0-9_]+\(\)#'
2019-12-06 15:46:56 -05:00
excludes_analyse:
2021-02-10 17:31:20 -05:00
- tests/mocks.php
2021-02-12 11:14:45 -05:00
- vendor
# These are objects that basically can return anything
universalObjectCratesClasses:
- Aviat\Ion\Friend