BookStack/phpstan.neon.dist

23 lines
452 B
Plaintext
Raw Normal View History

2021-11-05 16:18:06 +00:00
includes:
- ./vendor/nunomaduro/larastan/extension.neon
parameters:
paths:
- app
# The level 8 is the highest level
level: 1
2023-02-06 20:00:44 +00:00
phpVersion: 80002
2021-11-05 16:18:06 +00:00
bootstrapFiles:
- bootstrap/phpstan.php
ignoreErrors:
2021-11-06 00:32:01 +00:00
# - '#PHPDoc tag @throws with type .*?Psr\\SimpleCache\\InvalidArgumentException.*? is not subtype of Throwable#'
2021-11-05 16:18:06 +00:00
excludePaths:
- ./Config/**/*.php
checkMissingIterableValueType: false