as-stats-gui/phpstan.neon
Nicolas Debrigode b79da8b937 save
2024-02-05 19:23:59 +01:00

20 lines
556 B
Plaintext

includes:
- ./vendor/phpstan/phpstan-strict-rules/rules.neon
- ./vendor/phpstan/phpstan-doctrine/extension.neon
- ./vendor/phpstan/phpstan-symfony/rules.neon
- ./vendor/phpstan/phpstan-symfony/extension.neon
- ./vendor/phpstan/phpstan-deprecation-rules/rules.neon
parameters:
level: max
paths:
- ./src
checkGenericClassInNonGenericObjectType: false
checkMissingIterableValueType: false
treatPhpDocTypesAsCertain: false
ignoreErrors:
- '#Only booleans are allowed#'
- '#Cannot cast mixed to int.#'
- '#Cannot cast mixed to string.#'