Skip to content

Commit

Permalink
Fix AT person links (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Schmelz <q2CIa2U7>
  • Loading branch information
krsriq authored Nov 28, 2020
1 parent 6027e18 commit d55d5aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Faker/Provider/de_AT/Person.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Person extends \Faker\Provider\Person

/**
* 60 most popular names in 1985, 1995, 2005 and 2015
* {@link} http://www.statistik.at/wcm/idc/idcplg?IdcService=GET_PDF_FILE&RevisionSelectionMethod=LatestReleased&dDocName=021130
* {@link} https://www.statistik.at/wcm/idc/idcplg?IdcService=GET_NATIVE_FILE&RevisionSelectionMethod=LatestReleased&dDocName=115199
**/
protected static $firstNameMale = [
'Adrian', 'Alexander', 'Andreas', 'Anton',
Expand All @@ -53,7 +53,7 @@ class Person extends \Faker\Provider\Person

/**
* 60 most popular names in 1985, 1995, 2005 and 2015
* {@link} http://www.statistik.at/wcm/idc/idcplg?IdcService=GET_PDF_FILE&RevisionSelectionMethod=LatestReleased&dDocName=021130
* {@link} https://www.statistik.at/wcm/idc/idcplg?IdcService=GET_NATIVE_FILE&RevisionSelectionMethod=LatestReleased&dDocName=115199
**/
protected static $firstNameFemale = [
'Alexandra', 'Alexandrea', 'Algelika', 'Alina', 'Amelie', 'Andrea', 'Angelina', 'Anita', 'Anja', 'Anna', 'Anna-Lena', 'Annika', 'Astrid',
Expand All @@ -79,7 +79,7 @@ class Person extends \Faker\Provider\Person

/**
* Top 500 Names from a phone directory (February 2004)
* {@link} https://de.wiktionary.org/wiki/Verzeichnis:Deutsch/Liste_der_h%C3%A4ufigsten_Nachnamen_Deutschlands
* {@link} https://de.wiktionary.org/w/index.php?title=Verzeichnis:Deutsch/Namen/die_h%C3%A4ufigsten_Nachnamen_%C3%96sterreichs
**/
protected static $lastName = [
'Abraham', 'Achleitner', 'Adam', 'Aichinger', 'Aigner', 'Albrecht', 'Altmann', 'Amann', 'Amon', 'Angerer', 'Arnold', 'Artner', 'Aschauer', 'Auer', 'Augustin', 'Auinger',
Expand Down

0 comments on commit d55d5aa

Please sign in to comment.