Files
BookStack/phpstan.neon.dist
Dan Brown cee23de6c5 Maintenance: Reached PHPstan level 2
Reworked some stuff around slugs to use interface in a better way.
Also standardised phpdoc to use @return instead of @returns
2025-09-02 16:02:52 +01:00

24 lines
465 B
Plaintext

includes:
- ./vendor/larastan/larastan/extension.neon
parameters:
paths:
- app
# The level 8 is the highest level
level: 2
phpVersion:
min: 80200
max: 80400
bootstrapFiles:
- bootstrap/phpstan.php
ignoreErrors:
# - '#PHPDoc tag @throws with type .*?Psr\\SimpleCache\\InvalidArgumentException.*? is not subtype of Throwable#'
excludePaths:
- ./Config/**/*.php
- ./dev/**/*.php