HummingBirdAnimeClient/phpstan.neon

22 lines
689 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
2021-02-12 17:52:58 -05:00
level: 8
2019-12-06 15:46:56 -05:00
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#"
2021-02-12 13:09:57 -05:00
- '#Function imagepalletetotruecolor not found#'
- '#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_]+\(\)#'
2021-02-16 14:43:51 -05:00
- '#Unable to resolve the template type TValue#'
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