From 3e81b45c90d9566164d5eeb5451e168a8e22a465 Mon Sep 17 00:00:00 2001 From: Vladyslav Sikailo Date: Tue, 28 Sep 2021 11:42:51 +0300 Subject: [PATCH] PHPDocs: correct return type for country validator --- app/code/Magento/Payment/Gateway/Validator/CountryValidator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Payment/Gateway/Validator/CountryValidator.php b/app/code/Magento/Payment/Gateway/Validator/CountryValidator.php index 05bc4c464a83f..99ca89b9ea06e 100644 --- a/app/code/Magento/Payment/Gateway/Validator/CountryValidator.php +++ b/app/code/Magento/Payment/Gateway/Validator/CountryValidator.php @@ -36,7 +36,7 @@ public function __construct( /** * @param array $validationSubject - * @return bool + * @return \Magento\Payment\Gateway\Validator\ResultInterface * @throws NotFoundException * @throws \Exception */