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 305e47d commit a15b0b6Copy full SHA for a15b0b6
app/code/Magento/ConfigurableProduct/Plugin/Model/ResourceModel/Product.php
@@ -25,6 +25,8 @@
25
26
/**
27
* Plugin product resource model
28
+ *
29
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
30
*/
31
class Product
32
{
@@ -81,7 +83,7 @@ public function __construct(
81
83
?SearchCriteriaBuilder $searchCriteriaBuilder = null,
82
84
?FilterBuilder $filterBuilder = null,
85
?IndexerRegistry $indexerRegistry = null,
- ?Rows $rowsAction = null
86
+ ?Rows $rowsAction = null
87
) {
88
$this->configurable = $configurable;
89
$this->productIndexer = $productIndexer;
0 commit comments