We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0014c commit 3791c37Copy full SHA for 3791c37
app/code/Magento/CatalogInventory/Observer/SaveInventoryDataObserver.php
@@ -13,6 +13,7 @@
13
use Magento\CatalogInventory\Api\StockRegistryInterface;
14
use Magento\CatalogInventory\Model\StockItemValidator;
15
use Magento\Framework\Event\Observer as EventObserver;
16
+use Magento\ConfigurableProduct\Model\Inventory\ParentItemProcessor;
17
18
/**
19
* Saves stock data from a product to the Stock Item
@@ -40,7 +41,7 @@ class SaveInventoryDataObserver implements ObserverInterface
40
41
private $stockItemValidator;
42
43
- * @var array
44
+ * @var ParentItemProcessor[]
45
*/
46
private $parentItemProcessorPool;
47
0 commit comments