BookStack/phpstan.neon.dist

23 lines
450 B
Plaintext

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