We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbca4dd commit 2f5fc97Copy full SHA for 2f5fc97
app/code/Magento/Customer/Model/Address/AbstractAddress.php
@@ -23,7 +23,7 @@
23
* @method string getFirstname()
24
* @method string getMiddlename()
25
* @method string getLastname()
26
- * @method int getCountryId()
+ * @method string getCountryId()
27
* @method string getCity()
28
* @method string getTelephone()
29
* @method string getCompany()
@@ -425,7 +425,7 @@ public function getRegionId()
425
}
426
427
/**
428
- * @return int
+ * @return string
429
*/
430
public function getCountry()
431
{
0 commit comments