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:
|
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#'
|
2018-01-18 16:21:45 -05:00
|
|
|
- '#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
|
2021-04-23 19:22:45 -04:00
|
|
|
tmpDir: tmp
|