Skip to content

Commit 2f5fc97

Browse files
committed
Fixed annotations
- Magento\Customer\Model\Address\AbstractAddress::getCountry() - Magento\Customer\Model\Address\AbstractAddress::getCountryId()
1 parent fbca4dd commit 2f5fc97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/Model/Address/AbstractAddress.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* @method string getFirstname()
2424
* @method string getMiddlename()
2525
* @method string getLastname()
26-
* @method int getCountryId()
26+
* @method string getCountryId()
2727
* @method string getCity()
2828
* @method string getTelephone()
2929
* @method string getCompany()
@@ -425,7 +425,7 @@ public function getRegionId()
425425
}
426426

427427
/**
428-
* @return int
428+
* @return string
429429
*/
430430
public function getCountry()
431431
{

0 commit comments

Comments
 (0)