ip2region-sdk-php/phpstan.neon
2023-03-15 15:25:02 +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\(\).#'