It seems country() can return an array too

This commit is contained in:
Pierre Rudloff 2017-10-26 11:03:30 +02:00
parent 2e80129c63
commit 09a1aa1422

View file

@ -91,7 +91,7 @@ class Locale
/** /**
* Get country information from locale. * Get country information from locale.
* *
* @return \Rinvex\Country\Country * @return \Rinvex\Country\Country|array
*/ */
public function getCountry() public function getCountry()
{ {