1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-22 08:19:52 +01:00

Fixed problem

This commit is contained in:
Ferid Mövsümov 2012-12-10 17:08:20 +02:00
parent 1f638a8947
commit 591a03e604

View File

@ -4,9 +4,9 @@ namespace Faker\Provider;
class Miscellaneous extends \Faker\Provider\Base
{
protected static $languageCode = array('cn', 'de', 'en', 'es', 'fr', 'it', 'pt', 'ru','tr','az');
protected static $languageCode = array('cn', 'de', 'en', 'es', 'fr', 'it', 'pt', 'ru');
protected static $countryCode = array('CA', 'CN', 'DE', 'ES', 'FR', 'IE', 'IN', 'IT', 'MX', 'PT', 'RU', 'UK', 'US','AZ','TR');
protected static $countryCode = array('CA', 'CN', 'DE', 'ES', 'FR', 'IE', 'IN', 'IT', 'MX', 'PT', 'RU', 'UK', 'US');
/**
* Return a boolean, true or false
*