Skip to content

Commit 96d94ac

Browse files
committed
ACP2E-3255: [GRAPHQL] model value should be specified when getting customerCart
- Fixed the static test failure.
1 parent f9b88c8 commit 96d94ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/QuoteGraphQl/Plugin/Model/Cart/CustomerEmptyCartResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function __construct(
4747
* @param CustomerCartResolver $subject
4848
* @param Closure $proceed
4949
* @param int $customerId
50-
* @param null $predefinedMaskedQuoteId
50+
* @param string|null $predefinedMaskedQuoteId
5151
* @return Quote
5252
* @throws NoSuchEntityException
5353
* @throws LocalizedException
@@ -80,7 +80,7 @@ public function aroundResolve(
8080
* Create masked id for customer's active quote if it's not exists
8181
*
8282
* @param int $quoteId
83-
* @param null $predefinedMaskedQuoteId
83+
* @param string|null $predefinedMaskedQuoteId
8484
* @return void
8585
* @throws AlreadyExistsException
8686
*/

0 commit comments

Comments
 (0)