Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .phpstan.dist.baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,6 @@ parameters:
count: 1
path: app/code/core/Mage/Adminhtml/Block/Review/Grid/Filter/Type.php

-
rawMessage: 'Call to method getIsOldCustomer() on an unknown class Mage_Adminhtml_Model_Quote.'
identifier: class.notFound
count: 1
path: app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Newsletter.php

-
rawMessage: 'Call to an undefined method Mage_Shipping_Model_Carrier_Abstract::isGirthAllowed().'
identifier: method.notFound
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ public function getHeaderCssClass()
*/
protected function _toHtml()
{
if (!Mage::getSingleton('adminhtml/quote')->getIsOldCustomer()) {
return parent::_toHtml();
}

return '';
}
}
Loading