From 09a1aa14223256526197ab10416ee1ee87b39ed4 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 26 Oct 2017 11:03:30 +0200 Subject: [PATCH] It seems country() can return an array too --- classes/Locale.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Locale.php b/classes/Locale.php index 0914ab1..5392316 100644 --- a/classes/Locale.php +++ b/classes/Locale.php @@ -91,7 +91,7 @@ class Locale /** * Get country information from locale. * - * @return \Rinvex\Country\Country + * @return \Rinvex\Country\Country|array */ public function getCountry() {