Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 9b0586e

Browse files
author
Stanislav Idolov
authored
Fixed code style issue
1 parent 7169f04 commit 9b0586e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ class ProductProcessUrlRewriteSavingObserver implements ObserverInterface
3333
private $productUrlPathGenerator;
3434

3535
/**
36-
* @param ProductUrlRewriteGenerator $productUrlRewriteGenerator
37-
* @param UrlPersistInterface $urlPersist
36+
* @param ProductUrlRewriteGenerator $productUrlRewriteGenerator
37+
* @param UrlPersistInterface $urlPersist
3838
* @param ProductUrlPathGenerator|null $productUrlPathGenerator
3939
*/
4040
public function __construct(

0 commit comments

Comments
 (0)