Skip to content

Commit

Permalink
Remove one diff between v19/20 baseline (#2855)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Dec 26, 2022
1 parent 1e64210 commit 6899151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Mage_Catalog_Model_Resource_Product_Attribute_Backend_Urlkey extends Mage_
/**
* Before save
*
* @param Varien_Object $object
* @param Mage_Catalog_Model_Product $object
* @return $this
*/
public function beforeSave($object)
Expand All @@ -51,7 +51,7 @@ public function beforeSave($object)
/**
* Refresh product rewrites
*
* @param Varien_Object $object
* @param Mage_Catalog_Model_Product $object
* @return $this
*/
public function afterSave($object)
Expand Down
5 changes: 0 additions & 5 deletions phpstan.dist.baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -2395,11 +2395,6 @@ parameters:
count: 1
path: app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Backend/Media.php

-
message: "#^Call to an undefined method Varien_Object\\:\\:formatUrlKey\\(\\)\\.$#"
count: 1
path: app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Backend/Urlkey.php

-
message: "#^Method Mage_Catalog_Model_Url\\:\\:refreshProductRewrites\\(\\) invoked with 3 parameters, 1 required\\.$#"
count: 1
Expand Down

0 comments on commit 6899151

Please sign in to comment.