@@ -51,24 +51,28 @@ class AfterImportDataObserver implements ObserverInterface
51
51
/**
52
52
* @var StoreViewService
53
53
* @deprecated No longer used.
54
+ * @see nothing
54
55
*/
55
56
protected $ storeViewService ;
56
57
57
58
/**
58
59
* @var Product
59
60
* @deprecated No longer used.
61
+ * @see nothing
60
62
*/
61
63
protected $ product ;
62
64
63
65
/**
64
66
* @var array
65
67
* @deprecated No longer used.
68
+ * @see nothing
66
69
*/
67
70
protected $ productsWithStores ;
68
71
69
72
/**
70
73
* @var array
71
74
* @deprecated No longer used.
75
+ * @see nothing
72
76
*/
73
77
protected $ products = [];
74
78
@@ -286,7 +290,7 @@ private function populateForUrlsGeneration(array $bunch) : array
286
290
* Create product model from imported data for URL rewrite purposes.
287
291
*
288
292
* @param array $rowData
289
- * @param Product[] & $products
293
+ * @param Product[] $products
290
294
* @return void
291
295
* @throws LocalizedException
292
296
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
@@ -370,7 +374,7 @@ private function setStoreToProduct(Product $product, array $rowData): void
370
374
*
371
375
* @param Product $product
372
376
* @param string $storeId
373
- * @param Product[] & $products
377
+ * @param Product[] $products
374
378
* @return void
375
379
*/
376
380
private function addProductToImport (Product $ product , string $ storeId , array &$ products ) : void
@@ -385,7 +389,7 @@ private function addProductToImport(Product $product, string $storeId, array &$p
385
389
* Populate global product
386
390
*
387
391
* @param Product $product
388
- * @param Product[] & $products
392
+ * @param Product[] $products
389
393
* @return void
390
394
*/
391
395
private function populateGlobalProduct ($ product , array &$ products ) : void
0 commit comments