HummingBirdAnimeClient/phpstan.neon
Timothy J. Warren c100105fbc
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
Yet more PHPStan fixes
2021-02-11 19:54:22 -05:00

17 lines
537 B
YAML

parameters:
checkGenericClassInNonGenericObjectType: false
checkMissingIterableValueType: false
inferPrivatePropertyTypeFromConstructor: true
level: 7
paths:
- src
- ./console
- index.php
ignoreErrors:
- '#Access to an undefined property Aviat\\Ion\\Friend#'
- "#Offset 'fields' does not exist on array#"
- '#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