[Changed] phpstan.neon

This commit is contained in:
MaxBUhe 2024-01-22 11:27:04 +01:00
parent 59f0e37cce
commit 13ef2bef7b

View File

@ -1,16 +1,17 @@
parameters: parameters:
scanFiles: bootstrapFiles:
- ../../../../Shops/CE/65x/vendor/oxid-esales/oxideshop-ce/source/bootstrap.php
- IntelliSenseHelper.php - IntelliSenseHelper.php
- ../../../../Shops/CE/6.1.x/616_/vendor/oxid-esales/oxideshop-ce/source/bootstrap.php scanFiles:
- ../../../../Shops/CE/6.1.x/616_/vendor/oxid-esales/oxideshop-ce/source/oxfunctions.php - ../../../../Shops/CE/65x/vendor/oxid-esales/oxideshop-ce/source/oxfunctions.php
- ../../../../Shops/CE/6.1.x/616_/vendor/oxid-esales/oxideshop-ce/source/overridablefunctions.php - ../../../../Shops/CE/65x/vendor/oxid-esales/oxideshop-ce/source/overridablefunctions.php
scanDirectories: scanDirectories:
- ../../../../Shops/CE/6.1.x/616_/vendor/oxid-esales - ../../../../Shops/CE/65x/vendor/oxid-esales
ignoreErrors: ignoreErrors:
- '#.*is not subtype of Throwable.*#' - '#.*is not subtype of Throwable.*#'
- '#\$sValue of method OxidEsales\\EshopCommunity\\Core\\Controller\\BaseController::addTplParam\(\) expects string,[ a-zA-Z\.]+#' - '#\$sValue of method OxidEsales\\EshopCommunity\\Core\\Controller\\BaseController::addTplParam\(\) expects string,[ a-zA-Z\.]+#'
paths: paths:
- ./ - ./
level: 5 level: 5
phpVersion: 70200 phpVersion: 80100
checkMissingIterableValueType: false checkMissingIterableValueType: false