Add phpstan

This commit is contained in:
philipp lang 2022-02-15 18:07:14 +01:00
parent 395c7ec62a
commit 55928e7da0
1 changed files with 13 additions and 0 deletions

13
phpstan.neon Normal file
View File

@ -0,0 +1,13 @@
parameters:
paths:
- classes
- compressors
- console
- exceptions
- lib
# The level 8 is the highest level
level: 6
checkMissingIterableValueType: false