Add phpstan
This commit is contained in:
14
phpstan.neon
Normal file
14
phpstan.neon
Normal file
@@ -0,0 +1,14 @@
|
||||
parameters:
|
||||
level: 5
|
||||
|
||||
excludePaths:
|
||||
- doc
|
||||
- vendor
|
||||
- var
|
||||
- tests
|
||||
|
||||
# Paths to include in the analysis
|
||||
paths:
|
||||
- src
|
||||
|
||||
treatPhpDocTypesAsCertain: false
|
Reference in New Issue
Block a user