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 964ed6d commit 1c1d3d4Copy full SHA for 1c1d3d4
app/code/Magento/ConfigurableProduct/Model/Inventory/ParentItemProcessor.php
@@ -39,6 +39,13 @@ class ParentItemProcessor
39
*/
40
private $stockConfiguration;
41
42
+ /**
43
+ * ParentItemProcessor constructor.
44
+ * @param Configurable $configurableType
45
+ * @param StockItemCriteriaInterfaceFactory $criteriaInterfaceFactory
46
+ * @param StockItemRepositoryInterface $stockItemRepository
47
+ * @param StockConfigurationInterface $stockConfiguration
48
+ */
49
public function __construct(
50
Configurable $configurableType,
51
StockItemCriteriaInterfaceFactory $criteriaInterfaceFactory,
0 commit comments