install PHPStan for static code analysis
This commit is contained in:
parent
cf92446cf3
commit
0965a84929
3 changed files with 70 additions and 1 deletions
9
.phpstan.neon
Normal file
9
.phpstan.neon
Normal file
|
@ -0,0 +1,9 @@
|
|||
parameters:
|
||||
level: 0
|
||||
|
||||
paths:
|
||||
- src/
|
||||
|
||||
scanDirectories:
|
||||
- mod
|
||||
- vendor
|
Loading…
Add table
Add a link
Reference in a new issue