5
5
class Person extends \Faker \Provider \Person
6
6
{
7
7
/**
8
- * CNE is the official national election registry org.
8
+ * CNE is the official national election registry org.
9
9
* {@link} http://www.cne.gob.ve/web/registro_electoral/ciudadanos_111_129_2011.php
10
10
*/
11
11
protected static $ maleNameFormats = array (
@@ -18,10 +18,10 @@ class Person extends \Faker\Provider\Person
18
18
);
19
19
20
20
/**
21
- * CNE is the official national election registry org.
21
+ * CNE is the official national election registry org.
22
22
* {@link} http://www.cne.gob.ve/web/registro_electoral/ciudadanos_111_129_2011.php
23
23
*/
24
- protected static $ femaleNameFormats = array (
24
+ protected static $ femaleNameFormats = array (
25
25
'{{firstNameFemale}} {{lastName}} ' ,
26
26
'{{firstNameFemale}} {{firstNameFemale}} {{lastName}} ' ,
27
27
'{{firstNameFemale}} {{lastName}} {{lastName}} ' ,
@@ -31,10 +31,10 @@ class Person extends \Faker\Provider\Person
31
31
);
32
32
33
33
/**
34
- * CNE is the official national election registry org.
34
+ * CNE is the official national election registry org.
35
35
* {@link} http://www.cne.gob.ve/web/registro_electoral/ciudadanos_111_129_2011.php
36
36
*/
37
- protected static $ firstNameMale = array (
37
+ protected static $ firstNameMale = array (
38
38
'Aaron ' , 'Adam ' , 'Adria ' , 'Adrian ' , 'Alberto ' , 'Aleix ' , 'Alejandro ' , 'Alex ' , 'Alonso ' , 'Alvaro ' , 'Ander ' , 'Andres ' ,
39
39
'Angel ' , 'Antonio ' , 'Bruno ' , 'Carlos ' , 'Cesar ' , 'Cristian ' , 'Daniel ' , 'Dario ' , 'David ' , 'Domingo ' ,
40
40
'Diego ' , 'Eduardo ' , 'Enrique ' , 'Eric ' , 'Erik ' , 'Fernando ' , 'Francisco ' , 'Francisco Javier ' , 'Gabriel ' , 'Gonzalo ' ,
@@ -46,10 +46,10 @@ class Person extends \Faker\Provider\Person
46
46
);
47
47
48
48
/**
49
- * CNE is the official national election registry org.
49
+ * CNE is the official national election registry org.
50
50
* {@link} http://www.cne.gob.ve/web/registro_electoral/ciudadanos_111_129_2011.php
51
51
*/
52
- protected static $ firstNameFemale = array (
52
+ protected static $ firstNameFemale = array (
53
53
'Abril ' , 'Adriana ' , 'Africa ' , 'Ainara ' , 'Antonia ' , 'Alba ' , 'Alejandra ' , 'Alexandra ' , 'Alexia ' , 'Alicia ' , 'Alma ' ,
54
54
'Ana ' , 'Andrea ' , 'Ane ' , 'Angela ' , 'Anna ' , 'Ariadna ' , 'Aroa ' , 'Bella ' , 'Beatriz ' , 'Berta ' , 'Blanca ' , 'Candela ' ,
55
55
'Carla ' , 'Carlota ' , 'Carmen ' , 'Carolina ' , 'Celia ' , 'Clara ' , 'Claudia ' , 'Cristina ' , 'Daniela ' , 'Diana ' , 'Elena ' , 'Elsa ' ,
@@ -62,10 +62,10 @@ class Person extends \Faker\Provider\Person
62
62
);
63
63
64
64
/**
65
- * CNE is the official national election registry org.
65
+ * CNE is the official national election registry org.
66
66
* {@link} http://www.cne.gob.ve/web/registro_electoral/ciudadanos_111_129_2011.php
67
67
*/
68
- protected static $ lastName = array (
68
+ protected static $ lastName = array (
69
69
'Abad ' , 'Abeyta ' , 'Abrego ' , 'Abreu ' , 'Acevedo ' , 'Acosta ' , 'Acuña ' , 'Adame ' , 'Adorno ' , 'Agosto ' , 'Aguado ' , 'Aguayo ' ,
70
70
'Aguilar ' , 'Aguilera ' , 'Aguirre ' , 'Alanis ' , 'Alaniz ' , 'Alarcón ' , 'Alba ' , 'Alcala ' , 'Alcaraz ' , 'Alcántar ' , 'Alejandro ' ,
71
71
'Alemán ' , 'Alfaro ' , 'Alfonso ' , 'Alicea ' , 'Almanza ' , 'Almaraz ' , 'Almonte ' , 'Alonso ' , 'Alonzo ' , 'Altamirano ' , 'Alva ' ,
0 commit comments