-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
33 lines (33 loc) · 1.7 KB
/
phpstan.neon
File metadata and controls
33 lines (33 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
parameters:
scanFiles:
- IntelliSenseHelper.php
- ../../oxid-esales/oxideshop-ce/source/bootstrap.php
- ../../oxid-esales/oxideshop-ce/source/oxfunctions.php
- ../../oxid-esales/oxideshop-ce/source/overridablefunctions.php
paths:
- Application
- assets
- bin
- Config
- Modules
- setup
- views
excludePaths:
- build
- docs
- resources
- Tests
- IntelliSenseHelper.php
level: 3
phpVersion: 80300
featureToggles:
disableRuntimeReflectionProvider: true
ignoreErrors:
- '#Call to an undefined static method D3\\ModCfg\\Modules\\Application\\Controller\\d3_oxshopcontrol_modcfg_extension_parent::handleAccessRightsException\(\)\.#'
- '#Parameter \$exception of method D3\\ModCfg\\Modules\\Application\\Controller\\d3_oxshopcontrol_modcfg_extension::handleAccessRightsException\(\) has invalid type OxidEsales\\Eshop\\Core\\Exception\\AccessRightException\.#'
- '#Call to an undefined method D3\\ModCfg\\Modules\\Application\\Controller\\Admin\\d3_roles_bemain_rolesrights::.*#'
- '#Call to an undefined static method D3\\ModCfg\\Modules\\Application\\Controller\\Admin\\d3_roles_bemain_rolesrights_parent::.*#'
- '#Call to an undefined method OxidEsales\\Eshop\\Core\\Config::onShopChange\(\)\.#'
- '#Call to method .* on an unknown class OxidEsales\\Eshop\\Core\\Element2ShopRelationsDbGateway\.#'
- '#Class OxidEsales\\Eshop\\Core\\Element2ShopRelationsDbGateway not found\.#'
- '#PHPDoc tag @var for variable \$oElem2ShopDbGateway contains unknown class OxidEsales\\Eshop\\Core\\Element2ShopRelationsDbGateway\.#'