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 711edfb commit bdcc685Copy full SHA for bdcc685
app/code/Magento/Bundle/Model/ResourceModel/Indexer/Price.php
@@ -22,6 +22,9 @@
22
* Bundle products Price indexer resource model
23
*
24
* @author Magento Core Team <core@magentocommerce.com>
25
+ *
26
+ * @SuppressWarnings(PHPMD.TooManyFields)
27
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
28
*/
29
class Price implements DimensionalIndexerInterface
30
{
@@ -113,6 +116,8 @@ class Price implements DimensionalIndexerInterface
113
116
* @param \Magento\Framework\Module\Manager $moduleManager
114
117
* @param bool $fullReindexAction
115
118
* @param string $connectionName
119
120
+ * @SuppressWarnings(PHPMD.ExcessiveParameterList)
121
122
public function __construct(
123
BaseFinalPrice $baseFinalPrice,
0 commit comments