[Working] set PHPStan to lvl 5

This commit is contained in:
MaxBUhe 2024-01-17 16:07:41 +01:00
parent 5d5b3459cd
commit 268cf6f6da
1 changed files with 2 additions and 1 deletions

View File

@ -8,8 +8,9 @@ parameters:
- ../../../../Shops/CE/6.1.x/616_/vendor/oxid-esales
ignoreErrors:
- '#.*is not subtype of Throwable.*#'
- '#Parameter \#2 \$sValue of method OxidEsales\\EshopCommunity\\Core\\Controller\\BaseController::addTplParam\(\) expects string, true given#'
paths:
- ./
level: 4
level: 5
phpVersion: 70200
checkMissingIterableValueType: false