mirror of
https://github.com/chinayin/ip2region-sdk-php.git
synced 2025-04-05 05:12:46 +08:00
18 lines
468 B
Plaintext
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\(\).#'
|