From 28ecfb5f35a9c542910ecdb05a71552fe7cf8255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Hub=C3=A1=C4=8Dek?= Date: Thu, 8 Apr 2021 23:24:24 +0200 Subject: [PATCH] Fix doc getCountry - returning string instead of int (#1454) * Method retuning string instead of int --- app/code/core/Mage/Customer/Model/Address/Abstract.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/core/Mage/Customer/Model/Address/Abstract.php b/app/code/core/Mage/Customer/Model/Address/Abstract.php index 69350a1b1c1..6790cfc2272 100644 --- a/app/code/core/Mage/Customer/Model/Address/Abstract.php +++ b/app/code/core/Mage/Customer/Model/Address/Abstract.php @@ -324,7 +324,7 @@ public function getRegionId() } /** - * @return int + * @return string */ public function getCountry() {