BookStack/phpstan.neon.dist

23 lines
375 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
phpVersion: 70300
bootstrapFiles:
- bootstrap/phpstan.php
ignoreErrors:
# - '#Unsafe usage of new static#'
excludePaths:
- ./Config/**/*.php
checkMissingIterableValueType: false