add phpstan
This commit is contained in:
bovenliggende
21fd6e14e7
commit
37c28d5b59
@ -29,7 +29,8 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"oxid-esales/oxideshop-ce": "~6.10.0",
|
||||
"friendsofphp/php-cs-fixer": "^2.19"
|
||||
"friendsofphp/php-cs-fixer": "^2.19",
|
||||
"phpstan/phpstan": "^1.8"
|
||||
},
|
||||
"extra": {
|
||||
"oxideshop": {
|
||||
|
8
phpstan.neon
Normal file
8
phpstan.neon
Normal file
@ -0,0 +1,8 @@
|
||||
parameters:
|
||||
scanFiles:
|
||||
- IntelliSenseHelper.php
|
||||
paths:
|
||||
- Application
|
||||
- Modules
|
||||
level: 0
|
||||
phpVersion: 80000
|
Laden…
Verwijs in nieuw issue
Block a user