Skip to content

Commit 7828f8b

Browse files
committed
Static test fix
1 parent 9bce61a commit 7828f8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/QuoteGraphQl/Model/GetDiscounts.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,14 @@
1818

1919
use Magento\Framework\Exception\LocalizedException;
2020
use Magento\Quote\Model\Quote;
21-
use Magento\SalesRule\Api\Data\RuleDiscountInterface;
2221

2322
class GetDiscounts
2423
{
2524
/**
2625
* Get Discount Values
2726
*
2827
* @param Quote $quote
29-
* @param RuleDiscountInterface[]|null $discounts
28+
* @param array $discounts
3029
* @return array|null
3130
* @throws LocalizedException
3231
*/

0 commit comments

Comments
 (0)