Skip to content

Commit 14cac14

Browse files
committed
fix
1 parent e85eb18 commit 14cac14

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.phpstan.dist.baseline.neon

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,6 @@ parameters:
186186
count: 1
187187
path: app/code/core/Mage/Adminhtml/Block/System/Config/Form.php
188188

189-
-
190-
rawMessage: 'Parameter #1 $element of method Mage_Adminhtml_Block_System_Config_Form::_prepareGroupComment() expects Mage_Core_Model_Config_Element, Varien_Simplexml_Element given.'
191-
identifier: argument.type
192-
count: 1
193-
path: app/code/core/Mage/Adminhtml/Block/System/Config/Form.php
194-
195189
-
196190
rawMessage: 'Method Mage_Core_Model_Email_Template::getProcessedTemplate() invoked with 2 parameters, 0-1 required.'
197191
identifier: arguments.count
@@ -3102,6 +3096,12 @@ parameters:
31023096
count: 1
31033097
path: app/design/frontend/base/default/template/review/helper/summary_short.phtml
31043098

3099+
-
3100+
rawMessage: Access to an undefined property Mage_Core_Block_Template::$trackingInfo.
3101+
identifier: property.notFound
3102+
count: 1
3103+
path: app/design/frontend/base/default/template/sales/order/trackinginfo.phtml
3104+
31053105
-
31063106
rawMessage: 'Cannot call method setFilter() on class-string|object.'
31073107
identifier: method.nonObject

0 commit comments

Comments
 (0)