mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-01-12 20:08:22 +00:00
5bf75786c6
- Fixed failing tests due to Laravel 11 changes - Updated phpstan to 3.x branch - Removed some seemingly redundant comment code, which was triggering phpstan.
24 lines
No EOL
465 B
Text
24 lines
No EOL
465 B
Text
includes:
|
|
- ./vendor/larastan/larastan/extension.neon
|
|
|
|
parameters:
|
|
|
|
paths:
|
|
- app
|
|
|
|
# The level 8 is the highest level
|
|
level: 1
|
|
|
|
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 |