Files
php/phpstan.neon

12 lines
271 B
Plaintext

parameters:
level: 5
paths:
- .
excludePaths:
- vendor
- node_modules
ignoreErrors:
# Add specific errors to ignore here if needed
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false