diff --git a/src/Symfony/Component/Locale/Stub/StubLocale.php b/src/Symfony/Component/Locale/Stub/StubLocale.php index 19854decf3..5ba9c6afa4 100644 --- a/src/Symfony/Component/Locale/Stub/StubLocale.php +++ b/src/Symfony/Component/Locale/Stub/StubLocale.php @@ -73,7 +73,7 @@ class StubLocale * @return array The country names with their codes as keys * @throws InvalidArgumentException When the locale is different than 'en' */ - static public function getDisplayCountries($locale = 'en') + static public function getDisplayCountries($locale) { return self::getStubData($locale, 'countries', 'region'); }