BookStack/phpstan.neon.dist
2024-03-12 11:29:51 +00:00

23 lines
450 B
Plaintext

includes:
- ./vendor/larastan/larastan/extension.neon
parameters:
paths:
- app
# The level 8 is the highest level
level: 1
phpVersion: 80200
bootstrapFiles:
- bootstrap/phpstan.php
ignoreErrors:
# - '#PHPDoc tag @throws with type .*?Psr\\SimpleCache\\InvalidArgumentException.*? is not subtype of Throwable#'
excludePaths:
- ./Config/**/*.php
checkMissingIterableValueType: false