SIGN IN SIGN UP
BookStackApp / BookStack UNCLAIMED

A platform to create documentation/wiki content built with PHP & Laravel

0 0 15 PHP
2021-11-05 16:18:06 +00:00
includes:
- ./vendor/larastan/larastan/extension.neon
2021-11-05 16:18:06 +00:00
parameters:
paths:
- app
# The level 8 is the highest level
level: 3
2021-11-05 16:18:06 +00:00
phpVersion:
min: 80200
max: 80400
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
- ./dev/**/*.php