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 48cd48f commit 8dd9af1Copy full SHA for 8dd9af1
app/code/Magento/Catalog/Model/Product/Price/Validation/TierPriceValidator.php
@@ -114,6 +114,7 @@ class TierPriceValidator implements ResetAfterRequestInterface
114
* @param ProductRepositoryInterface $productRepository
115
* @param array $allowedProductTypes [optional]
116
* @param ScopeConfigInterface|null $scopeConfig
117
+ * @SuppressWarnings(PHPMD.ExcessiveParameterList)
118
*/
119
public function __construct(
120
ProductIdLocatorInterface $productIdLocator,
0 commit comments