[Added] phpstan + phpstan file

This commit is contained in:
MaxBUhe 2024-01-02 11:54:07 +01:00
parent e2564f613a
commit 6047f72edf
2 changed files with 7 additions and 6 deletions

View File

@ -45,8 +45,9 @@
},
"require": {
"php": ">=7.1",
"oxid-esales/oxideshop-ce": "v6.0 - 6.3",
"google/apiclient":" ^2.0"
"oxid-esales/oxideshop-ce": "v6.0 - v6.3",
"google/apiclient":"^2.0",
"phpstan/phpstan": "^1.8"
},
"autoload": {
"psr-4": {

View File

@ -3,8 +3,8 @@ parameters:
- IntelliSenseHelper.php
- ../../oxid-esales/oxideshop-ce/source/oxfunctions.php
- ../../oxid-esales/oxideshop-ce/source/overridablefunctions.php
level: 9
phpVersion: 70100
paths:
- ./
level: 0
phpVersion: 70200
checkMissingIterableValueType: false
ignoreErrors:
- '#Psr\\Container\\ContainerExceptionInterface is not subtype of Throwable#'