Skip to content

Commit 6c26f8a

Browse files
committed
Fixed static tests
1 parent 0858f24 commit 6c26f8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727

2828
class GetDiscounts implements ResetAfterRequestInterface
2929
{
30+
/**
31+
* @var CouponInterface[]
32+
*/
3033
private array $couponsByCode = [];
3134

3235
/**

0 commit comments

Comments
 (0)