Skip to content

Commit 0af59ef

Browse files
committed
LYNX-259: Quote id validation class comment
1 parent 70356cf commit 0af59ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/QuoteGraphQl/Model/Cart/ValidateMaskedQuoteId.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
use Magento\Framework\GraphQl\Exception\GraphQlInputException;
2424
use Magento\Quote\Model\MaskedQuoteIdToQuoteIdInterface;
2525

26+
/**
27+
* Validates a pre-defined masked quote id
28+
*/
2629
class ValidateMaskedQuoteId
2730
{
2831
/**

0 commit comments

Comments
 (0)