[Locale] fixed method signature, removed default value for the $locale arg

This commit is contained in:
Eriksen Costa 2011-04-03 22:57:50 -03:00
parent 514133a6bb
commit bc52107d07

View File

@ -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');
}