Skip to content

Commit 8dd9af1

Browse files
committed
ACP2E-2689: No Appropriate error message when website id is wrong in the request
- Fixed the build error.
1 parent 48cd48f commit 8dd9af1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/Model/Product/Price/Validation/TierPriceValidator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ class TierPriceValidator implements ResetAfterRequestInterface
114114
* @param ProductRepositoryInterface $productRepository
115115
* @param array $allowedProductTypes [optional]
116116
* @param ScopeConfigInterface|null $scopeConfig
117+
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
117118
*/
118119
public function __construct(
119120
ProductIdLocatorInterface $productIdLocator,

0 commit comments

Comments
 (0)