]> BookStack Code Mirror - bookstack/blob - phpstan.neon.dist
Applied StyleCI changes, added php/larastan to attribution
[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: 70300
13
14     bootstrapFiles:
15       - bootstrap/phpstan.php
16
17     ignoreErrors:
18 #        - '#Unsafe usage of new static#'
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.