Skip to content

Commit

Permalink
rector
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Oct 27, 2024
1 parent fab39dd commit 97969a6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/code/core/Mage/Catalog/Model/Url.php
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ public function refreshRewrites($storeId = null)
/**
* Refresh category rewrite
*
* @param Mage_Catalog_Model_Category|Varien_Object $category
* @param string $parentPath
* @param bool $refreshProducts
* @return $this
Expand Down Expand Up @@ -368,8 +367,6 @@ protected function _refreshCategoryRewrites(Varien_Object $category, $parentPath
/**
* Refresh product rewrite
*
* @param Mage_Catalog_Model_Product|Varien_Object $product
* @param Mage_Catalog_Model_Category|Varien_Object $category
* @return $this
* @throws Mage_Core_Exception
*/
Expand Down Expand Up @@ -425,7 +422,6 @@ protected function _refreshProductRewrite(Varien_Object $product, Varien_Object
/**
* Refresh products for category
*
* @param Mage_Catalog_Model_Category|Varien_Object $category
* @return $this
*/
protected function _refreshCategoryProductRewrites(Varien_Object $category)
Expand Down

0 comments on commit 97969a6

Please sign in to comment.