HummingBirdAnimeClient/phpstan.neon

24 lines
681 B
YAML
Raw Permalink 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:
2021-02-23 15:38:29 -05:00
- app/appConf
2019-12-06 15:46:56 -05:00
- src
- ./console
- index.php
2018-01-16 14:58:07 -05:00
ignoreErrors:
2023-05-19 16:34:07 -04:00
- '#Unable to resolve the template type T#'
- '#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_]+\(\)#'
2023-05-19 16:34:07 -04:00
excludePaths:
- src/Ion/Type/Stringy.php
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
2021-04-23 19:22:45 -04:00
tmpDir: tmp