1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-10-29 23:22:34 +01:00
BookStack/phpstan.neon.dist

24 lines
475 B
Plaintext
Raw Permalink Normal View History

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