-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathphpstan.neon
More file actions
20 lines (20 loc) · 950 Bytes
/
Copy pathphpstan.neon
File metadata and controls
20 lines (20 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
parameters:
level: 6
paths:
- lib
- tests
# Symbol discovery only (not analyzed): the platform is a dev dependency
# and our own Magento-style classes are not autoloadable standalone.
scanFiles:
- vendor/mahocommerce/maho/app/Mage.php
- vendor/mahocommerce/maho/app/code/core/Mage/Core/Helper/Abstract.php
- vendor/mahocommerce/maho/app/code/core/Mage/Core/Model/Abstract.php
- vendor/mahocommerce/maho/app/code/core/Mage/Core/Model/App.php
- vendor/mahocommerce/maho/app/code/core/Mage/Core/Model/Config.php
- vendor/mahocommerce/maho/app/code/core/Mage/Core/Model/Store.php
- vendor/mahocommerce/maho/app/code/core/Mage/Core/Model/Config/Element.php
- vendor/mahocommerce/maho/lib/Maho/Simplexml/Element.php
scanDirectories:
- app/code/community/Hirale/Queue
treatPhpDocTypesAsCertain: false
reportUnmatchedIgnoredErrors: false