ip2region-core-php/phpstan.neon
2023-03-10 18:03:33 +08:00

18 lines
468 B
Plaintext

includes:
- phpstan-baseline.neon
parameters:
level: 5
checkMissingIterableValueType: false
checkFunctionNameCase: true
reportUnmatchedIgnoredErrors: false
checkGenericClassInNonGenericObjectType: false
inferPrivatePropertyTypeFromConstructor: true
treatPhpDocTypesAsCertain: false
paths:
- src
- tests
ignoreErrors:
- '#PHPDoc tag .* has invalid value.*#'
- '#Unsafe usage of new static\(\).#'