Skip to content

Commit

Permalink
Fix doc getCountry - returning string instead of int (#1454)
Browse files Browse the repository at this point in the history
* Method retuning string instead of int
  • Loading branch information
Sekiphp authored Apr 8, 2021
1 parent 242a99b commit 28ecfb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Customer/Model/Address/Abstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ public function getRegionId()
}

/**
* @return int
* @return string
*/
public function getCountry()
{
Expand Down

0 comments on commit 28ecfb5

Please sign in to comment.