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
|
2018-01-18 16:21:45 -05:00
|
|
|
autoload_files:
|
|
|
|
- %rootDir%/../../../tests/mocks.php
|
2019-12-06 15:46:56 -05:00
|
|
|
paths:
|
|
|
|
- src
|
|
|
|
- ./console
|
|
|
|
- index.php
|
2018-01-16 14:58:07 -05:00
|
|
|
ignoreErrors:
|
|
|
|
- '#Access to an undefined property Aviat\\\Ion\\\Friend::\$[a-zA-Z0-9_]+#'
|
2018-01-18 16:21:45 -05:00
|
|
|
- '#Call to an undefined method Aviat\\\Ion\\\Friend::[a-zA-Z0-9_]+\(\)#'
|
|
|
|
- '#Call to an undefined method Aura\\\Html\\\HelperLocator::[a-zA-Z0-9_]+\(\)#'
|
|
|
|
- '#Property Amp\\Artax\\Internal\\RequestCycle::\$[a-zA-Z0-9_]+#'
|
2019-12-06 15:46:56 -05:00
|
|
|
excludes_analyse:
|
|
|
|
- tests/mocks.php
|