HummingBirdAnimeClient/phpstan.neon

17 lines
537 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-11 19:54:22 -05:00
- '#Access to an undefined property Aviat\\Ion\\Friend#'
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
- vendor