]>
BookStack Code Mirror - bookstack/blob - phpstan.neon.dist
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Copying: Fixed issue with non-page links to page permalinks
[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: 3
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