mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-24 01:09:50 +01:00
Fixed some issues
This commit is contained in:
parent
1332f482ce
commit
fabe752464
@ -2,7 +2,7 @@
|
||||
|
||||
namespace Faker\Provider\hy_AM;
|
||||
|
||||
class Address extends \Faker\Provider\Base
|
||||
class Address extends \Faker\Provider\Address
|
||||
{
|
||||
protected static $cityPrefix = array('քաղաք','գյուղ');
|
||||
|
||||
@ -76,7 +76,7 @@ class Address extends \Faker\Provider\Base
|
||||
|
||||
protected static $addressFormats = array(
|
||||
"{{region}} {{regionSuffix}}, {{cityPrefix}} {{city}}, {{street}} {{buildingNumber}} {{streetPrefix}}, {{postcode}}",
|
||||
//"{{country}}, {{region}} {{regionSuffix}}, {{cityPrefix}} {{city}}, {{street}} {{buildingNumber}} {{streetPrefix}}, {{postcode}}",
|
||||
"{{postcode}}, {{region}} {{regionSuffix}}, {{cityPrefix}} {{city}}, {{street}} {{streetSuffix}}, {{buildingNumber}}",
|
||||
);
|
||||
|
||||
public static function buildingNumber()
|
||||
|
@ -51,9 +51,9 @@ class Person extends \Faker\Provider\Person
|
||||
'Համբարձումյան','Սարգսյան',
|
||||
);
|
||||
|
||||
//private static $prefix = array('Mr.','Mrs.','Ms.','Miss','Dr.');
|
||||
private static $prefix = array('Պարոն','');
|
||||
|
||||
//private static $suffix = array('Jr.','Sr.','I','II','III','IV','V','MD','DDS','PhD','DVM');
|
||||
private static $suffix = array('',);
|
||||
|
||||
/**
|
||||
* @example 'Mrs.'
|
||||
|
Loading…
x
Reference in New Issue
Block a user