File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
CatalogInventory/Observer
ConfigurableProduct/Model/Inventory Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 13
13
use Magento \CatalogInventory \Api \StockRegistryInterface ;
14
14
use Magento \CatalogInventory \Model \StockItemValidator ;
15
15
use Magento \Framework \Event \Observer as EventObserver ;
16
- use Magento \ConfigurableProduct \Model \Inventory \ParentItemProcessor ;
17
16
18
17
/**
19
18
* Saves stock data from a product to the Stock Item
@@ -41,7 +40,7 @@ class SaveInventoryDataObserver implements ObserverInterface
41
40
private $ stockItemValidator ;
42
41
43
42
/**
44
- * @var ParentItemProcessor[]
43
+ * @var array
45
44
*/
46
45
private $ parentItemProcessorPool ;
47
46
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public function __construct(
52
52
}
53
53
54
54
/**
55
- * Process pare
55
+ * Process parent products
56
56
*
57
57
* @param Product $product
58
58
* @return void
You can’t perform that action at this time.
0 commit comments