Skip to content

Commit 4036a7a

Browse files
committed
ACP2E-2850: fix static unit error
1 parent 84e2b49 commit 4036a7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/CheckoutAgreements/Model/Checkout/Plugin/GuestValidation.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
use Magento\Quote\Api\Data\AddressInterface;
1919
use Magento\Quote\Api\Data\PaymentInterface;
2020
use Magento\Quote\Model\MaskedQuoteIdToQuoteId;
21-
use Magento\Quote\Model\QuoteIdMask;
2221
use Magento\Store\Model\ScopeInterface;
2322
use Magento\CheckoutAgreements\Model\Api\SearchCriteria\ActiveStoreAgreementsFilter;
2423

@@ -28,6 +27,8 @@
2827
* Plugin that checks if checkout agreement enabled and validates all agreements.
2928
* Current plugin is duplicate from Magento\CheckoutAgreements\Model\Checkout\Plugin\Validation due to different
3029
* interfaces of payment information and makes check before processing of payment information.
30+
*
31+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
3132
*/
3233
class GuestValidation
3334
{

0 commit comments

Comments
 (0)