mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-22 13:31:49 +08:00
23 lines
375 B
Plaintext
23 lines
375 B
Plaintext
includes:
|
|
- ./vendor/nunomaduro/larastan/extension.neon
|
|
|
|
parameters:
|
|
|
|
paths:
|
|
- app
|
|
|
|
# The level 8 is the highest level
|
|
level: 1
|
|
|
|
phpVersion: 70300
|
|
|
|
bootstrapFiles:
|
|
- bootstrap/phpstan.php
|
|
|
|
ignoreErrors:
|
|
# - '#Unsafe usage of new static#'
|
|
|
|
excludePaths:
|
|
- ./Config/**/*.php
|
|
|
|
checkMissingIterableValueType: false |