Skip to content

Commit a6d1976

Browse files
Barny ShergoldBarny Shergold
Barny Shergold
authored and
Barny Shergold
committed
Correction from Code Sniffer
1 parent 3409af0 commit a6d1976

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121

2222
/**
2323
* Class ProductScopeRewriteGenerator
24+
*
25+
* Generates Product/Category URLs for different scopes
26+
*
2427
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2528
*/
2629
class ProductScopeRewriteGenerator
@@ -235,7 +238,6 @@ public function isCategoryProperForGenerating(Category $category, $storeId)
235238
return false;
236239
}
237240

238-
239241
/**
240242
* Check config value of generate_category_product_rewrites
241243
*

0 commit comments

Comments
 (0)