Skip to content

Commit 06917dd

Browse files
committed
fix static test failure
1 parent 8c72de6 commit 06917dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Paypal/Plugin/CustomerManagementPlugin.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
use Magento\Quote\Model\CustomerManagement;
1111
use Magento\Quote\Model\Quote as QuoteEntity;
1212
use Magento\Paypal\Model\Config as PaymentMethodConfig;
13-
use Magento\Framework\Validator\Exception as ValidatorException;
1413

1514
/**
1615
* Skip billing address validation for PayPal payment method
@@ -24,7 +23,7 @@ class CustomerManagementPlugin
2423
* @param \Closure $proceed
2524
* @param QuoteEntity $quote
2625
* @return void
27-
* @throws ValidatorException
26+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
2827
*/
2928
public function aroundValidateAddresses(CustomerManagement $subject, \Closure $proceed, QuoteEntity $quote)
3029
{

0 commit comments

Comments
 (0)