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 643cef2 commit a36dde0Copy full SHA for a36dde0
app/code/Magento/ConfigurableProduct/Model/ResourceModel/Indexer/Stock/Configurable.php
@@ -15,6 +15,11 @@
15
use Magento\Catalog\Model\Product\Attribute\Source\Status as ProductStatus;
16
use Magento\CatalogInventory\Model\Indexer\Stock\Action\Full;
17
18
+/**
19
+ * Stock indexer for configurable product.
20
+ *
21
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
22
+ */
23
class Configurable extends \Magento\CatalogInventory\Model\ResourceModel\Indexer\Stock\DefaultStock
24
{
25
/**
0 commit comments