Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit 3eb13a6

Browse files
committed
Faker´s travis build #930 failed (dam you notepad++)
1 parent 8db6044 commit 3eb13a6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/Faker/Provider/es_VE/Person.php

+9-9
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class Person extends \Faker\Provider\Person
66
{
77
/**
8-
* CNE is the official national election registry org.
8+
* CNE is the official national election registry org.
99
* {@link} http://www.cne.gob.ve/web/registro_electoral/ciudadanos_111_129_2011.php
1010
*/
1111
protected static $maleNameFormats = array(
@@ -18,10 +18,10 @@ class Person extends \Faker\Provider\Person
1818
);
1919

2020
/**
21-
* CNE is the official national election registry org.
21+
* CNE is the official national election registry org.
2222
* {@link} http://www.cne.gob.ve/web/registro_electoral/ciudadanos_111_129_2011.php
2323
*/
24-
protected static $femaleNameFormats = array(
24+
protected static $femaleNameFormats = array(
2525
'{{firstNameFemale}} {{lastName}}',
2626
'{{firstNameFemale}} {{firstNameFemale}} {{lastName}}',
2727
'{{firstNameFemale}} {{lastName}} {{lastName}}',
@@ -31,10 +31,10 @@ class Person extends \Faker\Provider\Person
3131
);
3232

3333
/**
34-
* CNE is the official national election registry org.
34+
* CNE is the official national election registry org.
3535
* {@link} http://www.cne.gob.ve/web/registro_electoral/ciudadanos_111_129_2011.php
3636
*/
37-
protected static $firstNameMale = array(
37+
protected static $firstNameMale = array(
3838
'Aaron', 'Adam', 'Adria', 'Adrian', 'Alberto', 'Aleix', 'Alejandro', 'Alex', 'Alonso', 'Alvaro', 'Ander', 'Andres',
3939
'Angel', 'Antonio', 'Bruno', 'Carlos', 'Cesar', 'Cristian', 'Daniel', 'Dario', 'David', 'Domingo',
4040
'Diego', 'Eduardo', 'Enrique', 'Eric', 'Erik', 'Fernando', 'Francisco', 'Francisco Javier', 'Gabriel', 'Gonzalo',
@@ -46,10 +46,10 @@ class Person extends \Faker\Provider\Person
4646
);
4747

4848
/**
49-
* CNE is the official national election registry org.
49+
* CNE is the official national election registry org.
5050
* {@link} http://www.cne.gob.ve/web/registro_electoral/ciudadanos_111_129_2011.php
5151
*/
52-
protected static $firstNameFemale = array(
52+
protected static $firstNameFemale = array(
5353
'Abril', 'Adriana', 'Africa', 'Ainara', 'Antonia', 'Alba', 'Alejandra', 'Alexandra', 'Alexia', 'Alicia', 'Alma',
5454
'Ana', 'Andrea', 'Ane', 'Angela', 'Anna', 'Ariadna', 'Aroa', 'Bella', 'Beatriz', 'Berta', 'Blanca', 'Candela',
5555
'Carla', 'Carlota', 'Carmen', 'Carolina', 'Celia', 'Clara', 'Claudia', 'Cristina', 'Daniela', 'Diana', 'Elena', 'Elsa',
@@ -62,10 +62,10 @@ class Person extends \Faker\Provider\Person
6262
);
6363

6464
/**
65-
* CNE is the official national election registry org.
65+
* CNE is the official national election registry org.
6666
* {@link} http://www.cne.gob.ve/web/registro_electoral/ciudadanos_111_129_2011.php
6767
*/
68-
protected static $lastName = array(
68+
protected static $lastName = array(
6969
'Abad', 'Abeyta', 'Abrego', 'Abreu', 'Acevedo', 'Acosta', 'Acuña', 'Adame', 'Adorno', 'Agosto', 'Aguado', 'Aguayo',
7070
'Aguilar', 'Aguilera', 'Aguirre', 'Alanis', 'Alaniz', 'Alarcón', 'Alba', 'Alcala', 'Alcaraz', 'Alcántar', 'Alejandro',
7171
'Alemán', 'Alfaro', 'Alfonso', 'Alicea', 'Almanza', 'Almaraz', 'Almonte', 'Alonso', 'Alonzo', 'Altamirano', 'Alva',

0 commit comments

Comments
 (0)