php-kilo/phpstan.neon
Timothy Warren 825966ac54
All checks were successful
timw4mail/php-kilo/pipeline/head This commit looks good
More cleanup
2021-03-04 16:41:12 -05:00

14 lines
392 B
YAML

parameters:
checkGenericClassInNonGenericObjectType: false
checkMissingIterableValueType: false
inferPrivatePropertyTypeFromConstructor: true
level: 8
paths:
- src
- ./kilo
ignoreErrors:
- '#Call to an undefined method FFI::[a-zA-Z0-9_]+\(\)#'
- '#Access to an undefined property FFI\\CData#'
- '#Match arm comparison between \*NEVER\*#'
universalObjectCratesClasses:
- FFI