Skip to content

Commit

Permalink
Correction from Code Sniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
Barny Shergold authored and Barny Shergold committed Jun 11, 2020
1 parent 3409af0 commit a6d1976
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@

/**
* Class ProductScopeRewriteGenerator
*
* Generates Product/Category URLs for different scopes
*
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*/
class ProductScopeRewriteGenerator
Expand Down Expand Up @@ -235,7 +238,6 @@ public function isCategoryProperForGenerating(Category $category, $storeId)
return false;
}


/**
* Check config value of generate_category_product_rewrites
*
Expand Down

0 comments on commit a6d1976

Please sign in to comment.