File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
app/code/Magento/CatalogUrlRewrite/Plugin Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class ProductProcessUrlRewriteRemovingPlugin
28
28
/**
29
29
* @var ProductRepositoryInterface $productRepository
30
30
*/
31
- protected $ productRepository ;
31
+ private $ productRepository ;
32
32
33
33
/**
34
34
* @var StoreWebsiteRelationInterface $storeWebsiteRelation
@@ -38,12 +38,12 @@ class ProductProcessUrlRewriteRemovingPlugin
38
38
/**
39
39
* @var UrlPersistInterface $urlPersist
40
40
*/
41
- protected $ urlPersist ;
41
+ private $ urlPersist ;
42
42
43
43
/**
44
44
* @var ProductUrlRewriteGenerator $productUrlRewriteGenerator
45
45
*/
46
- protected $ productUrlRewriteGenerator ;
46
+ private $ productUrlRewriteGenerator ;
47
47
48
48
/**
49
49
* @var DbStorage $dbStorage
@@ -72,13 +72,16 @@ public function __construct(
72
72
}
73
73
74
74
/**
75
+ * Function afterUpdateWebsites
76
+ *
75
77
* @param Action $subject
76
- * @param null $result
78
+ * @param $result
77
79
* @param array $productIds
78
80
* @param array $websiteIds
79
81
* @param string $type
80
82
* @return void
81
83
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
84
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
82
85
*/
83
86
public function afterUpdateWebsites (
84
87
Action $ subject ,
You can’t perform that action at this time.
0 commit comments