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 f9b88c8 commit 96d94acCopy full SHA for 96d94ac
app/code/Magento/QuoteGraphQl/Plugin/Model/Cart/CustomerEmptyCartResolver.php
@@ -47,7 +47,7 @@ public function __construct(
47
* @param CustomerCartResolver $subject
48
* @param Closure $proceed
49
* @param int $customerId
50
- * @param null $predefinedMaskedQuoteId
+ * @param string|null $predefinedMaskedQuoteId
51
* @return Quote
52
* @throws NoSuchEntityException
53
* @throws LocalizedException
@@ -80,7 +80,7 @@ public function aroundResolve(
80
* Create masked id for customer's active quote if it's not exists
81
*
82
* @param int $quoteId
83
84
* @return void
85
* @throws AlreadyExistsException
86
*/
0 commit comments