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

Commit

Permalink
Code formatting in es_VE
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Oct 14, 2014
1 parent 4d9244b commit b6d3831
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Faker/Provider/es_VE/Person.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Person extends \Faker\Provider\Person
{
/**
* CNE is the official national election registry org.
* {@link} http://www.cne.gob.ve/web/registro_electoral/ciudadanos_111_129_2011.php
* @link http://www.cne.gob.ve/web/registro_electoral/ciudadanos_111_129_2011.php
*/
protected static $maleNameFormats = array(
'{{firstNameMale}} {{lastName}}',
Expand All @@ -19,7 +19,7 @@ class Person extends \Faker\Provider\Person

/**
* CNE is the official national election registry org.
* {@link} http://www.cne.gob.ve/web/registro_electoral/ciudadanos_111_129_2011.php
* @link http://www.cne.gob.ve/web/registro_electoral/ciudadanos_111_129_2011.php
*/
protected static $femaleNameFormats = array(
'{{firstNameFemale}} {{lastName}}',
Expand All @@ -32,7 +32,7 @@ class Person extends \Faker\Provider\Person

/**
* CNE is the official national election registry org.
* {@link} http://www.cne.gob.ve/web/registro_electoral/ciudadanos_111_129_2011.php
* @link http://www.cne.gob.ve/web/registro_electoral/ciudadanos_111_129_2011.php
*/
protected static $firstNameMale = array(
'Aaron', 'Adam', 'Adria', 'Adrian', 'Alberto', 'Aleix', 'Alejandro', 'Alex', 'Alonso', 'Alvaro', 'Ander', 'Andres',
Expand All @@ -47,7 +47,7 @@ class Person extends \Faker\Provider\Person

/**
* CNE is the official national election registry org.
* {@link} http://www.cne.gob.ve/web/registro_electoral/ciudadanos_111_129_2011.php
* @link http://www.cne.gob.ve/web/registro_electoral/ciudadanos_111_129_2011.php
*/
protected static $firstNameFemale = array(
'Abril', 'Adriana', 'Africa', 'Ainara', 'Antonia', 'Alba', 'Alejandra', 'Alexandra', 'Alexia', 'Alicia', 'Alma',
Expand All @@ -63,7 +63,7 @@ class Person extends \Faker\Provider\Person

/**
* CNE is the official national election registry org.
* {@link} http://www.cne.gob.ve/web/registro_electoral/ciudadanos_111_129_2011.php
* @link http://www.cne.gob.ve/web/registro_electoral/ciudadanos_111_129_2011.php
*/
protected static $lastName = array(
'Abad', 'Abeyta', 'Abrego', 'Abreu', 'Acevedo', 'Acosta', 'Acuña', 'Adame', 'Adorno', 'Agosto', 'Aguado', 'Aguayo',
Expand Down

0 comments on commit b6d3831

Please sign in to comment.