GoogleAnalytics4/phpstan.neon

18 regels
735 B
Plaintext

parameters:
2024-01-22 11:27:04 +01:00
bootstrapFiles:
- ../../../../Shops/CE/65x/vendor/oxid-esales/oxideshop-ce/source/bootstrap.php
- IntelliSenseHelper.php
2024-01-22 11:27:04 +01:00
scanFiles:
- ../../../../Shops/CE/65x/vendor/oxid-esales/oxideshop-ce/source/oxfunctions.php
- ../../../../Shops/CE/65x/vendor/oxid-esales/oxideshop-ce/source/overridablefunctions.php
scanDirectories:
2024-01-22 11:27:04 +01:00
- ../../../../Shops/CE/65x/vendor/oxid-esales
ignoreErrors:
- '#.*is not subtype of Throwable.*#'
- '#\$sValue of method OxidEsales\\EshopCommunity\\Core\\Controller\\BaseController::addTplParam\(\) expects string,[ a-zA-Z\.]+#'
2024-01-02 11:54:07 +01:00
paths:
- ./
2024-01-17 16:07:41 +01:00
level: 5
2024-01-22 11:27:04 +01:00
phpVersion: 80100
checkMissingIterableValueType: false