mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
078e8e7dc3
- Updated PhpStan PHP version option to match project. - Applied StyleCI changes. - Updated static to self in WebhookFormatter, following static analysis guidance. - Fixed mis-matched header tags.
23 lines
452 B
Plaintext
23 lines
452 B
Plaintext
includes:
|
|
- ./vendor/nunomaduro/larastan/extension.neon
|
|
|
|
parameters:
|
|
|
|
paths:
|
|
- app
|
|
|
|
# The level 8 is the highest level
|
|
level: 1
|
|
|
|
phpVersion: 70400
|
|
|
|
bootstrapFiles:
|
|
- bootstrap/phpstan.php
|
|
|
|
ignoreErrors:
|
|
# - '#PHPDoc tag @throws with type .*?Psr\\SimpleCache\\InvalidArgumentException.*? is not subtype of Throwable#'
|
|
|
|
excludePaths:
|
|
- ./Config/**/*.php
|
|
|
|
checkMissingIterableValueType: false |