We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f1124 commit 5d563f3Copy full SHA for 5d563f3
.phpstan.dist.neon
@@ -68,6 +68,11 @@ parameters:
68
69
# Instantiated class not found
70
- lib/Varien/Image/Adapter.php
71
+
72
+ # TMP exclude: test plugin
73
+ - app/code/core/Mage/ConfigurableSwatches/Helper/Mediafallback.php
74
+ - app/code/core/Mage/Eav/Model/Adminhtml/System/Config/Source/Inputtype.php
75
+ - tests/unit/Mage/Adminhtml/Block/Widget/GridTest.php
76
tmpDir: .phpstan.cache
77
level: 5
78
checkFunctionNameCase: true
0 commit comments