You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
667 B
22 lines
667 B
parameters: |
|
checkGenericClassInNonGenericObjectType: false |
|
checkMissingIterableValueType: false |
|
inferPrivatePropertyTypeFromConstructor: true |
|
level: 8 |
|
paths: |
|
- app/appConf |
|
- src |
|
- ./console |
|
- index.php |
|
ignoreErrors: |
|
- "#Offset 'fields' does not exist on array#" |
|
- '#Function imagepalletetotruecolor not found#' |
|
- '#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 |
|
# These are objects that basically can return anything |
|
universalObjectCratesClasses: |
|
- Aviat\Ion\Friend |
|
tmpDir: tmp
|
|
|