install PHPStan for static code analysis

This commit is contained in:
Art4 2024-11-02 22:24:10 +01:00
parent cf92446cf3
commit 0965a84929
3 changed files with 70 additions and 1 deletions

9
.phpstan.neon Normal file
View file

@ -0,0 +1,9 @@
parameters:
level: 0
paths:
- src/
scanDirectories:
- mod
- vendor