]> BookStack Code Mirror - bookstack/blob - phpstan.neon.dist
JS: Fixed ESLint issues
[bookstack] / phpstan.neon.dist
1 includes:
2     - ./vendor/nunomaduro/larastan/extension.neon
3
4 parameters:
5
6     paths:
7         - app
8
9     # The level 8 is the highest level
10     level: 1
11
12     phpVersion: 80002
13
14     bootstrapFiles:
15       - bootstrap/phpstan.php
16
17     ignoreErrors:
18     #  - '#PHPDoc tag @throws with type .*?Psr\\SimpleCache\\InvalidArgumentException.*? is not subtype of Throwable#'
19
20     excludePaths:
21         - ./Config/**/*.php
22
23     checkMissingIterableValueType: false
Morty Proxy This is a proxified and sanitized view of the page, visit original site.