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

23 lines
452 B
Plaintext
Raw Normal View History

2021-11-05 17:18:06 +01:00
includes:
- ./vendor/nunomaduro/larastan/extension.neon
parameters:
paths:
- app
# The level 8 is the highest level
level: 1
2023-02-06 21:00:44 +01:00
phpVersion: 80002
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
checkMissingIterableValueType: false