]> BookStack Code Mirror - bookstack/blob - phpstan.neon.dist
System CLI: Updated with new version
[bookstack] / phpstan.neon.dist
1 includes:
2     - ./vendor/larastan/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:
13         min: 80200
14         max: 80400
15
16     bootstrapFiles:
17       - bootstrap/phpstan.php
18
19     ignoreErrors:
20     #  - '#PHPDoc tag @throws with type .*?Psr\\SimpleCache\\InvalidArgumentException.*? is not subtype of Throwable#'
21
22     excludePaths:
23         - ./Config/**/*.php
24         - ./dev/**/*.php