Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Provider/it_IT/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Address extends \Faker\Provider\Address
protected static $citySuffix = ['a mare', 'lido', 'ligure', 'del friuli', 'salentino', 'calabro', 'veneto', 'nell\'emilia', 'umbro', 'laziale', 'terme', 'sardo'];
protected static $buildingNumber = ['%##', '%#', '%'];
protected static $streetSuffix = [
'Piazza', 'Strada', 'Via', 'Borgo', 'Contrada', 'Rotonda', 'Incrocio',
'Piazza', 'Strada', 'Via', 'Borgo', 'Contrada', 'Rotonda', 'Incrocio', 'Viale', 'Corso', 'Piazza', 'Vicolo', 'Piazzale', 'Lungomare', 'Riva', 'Salita', 'Discesa', 'Calle', 'Galleria',
];
protected static $postcode = ['#####'];
protected static $state = [
Expand Down
2 changes: 1 addition & 1 deletion src/Provider/it_IT/Internet.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

class Internet extends \Faker\Provider\Internet
{
protected static $freeEmailDomain = ['gmail.com', 'yahoo.com', 'hotmail.com', 'email.it', 'libero.it', 'yahoo.it'];
protected static $freeEmailDomain = ['gmail.com', 'yahoo.com', 'hotmail.com', 'email.it', 'libero.it', 'yahoo.it', 'outlook.it'];
protected static $tld = ['com', 'com', 'com', 'net', 'org', 'it', 'it', 'it'];
}
2 changes: 1 addition & 1 deletion src/Provider/it_IT/Person.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Person extends \Faker\Provider\Person
'Isira', 'Joannes', 'Kociss', 'Laerte', 'Maggiore', 'Muzio', 'Nestore', 'Odino', 'Odone', 'Olo', 'Oretta', 'Orfeo',
'Osea', 'Pacifico', 'Pericle', 'Piererminio', 'Pierfrancesco', 'Piersilvio', 'Primo', 'Quarto', 'Quasimodo',
'Radames', 'Radio', 'Raniero', 'Rosalino', 'Rosolino', 'Rufo', 'Secondo', 'Tancredi', 'Tazio', 'Terzo', 'Teseo',
'Tolomeo', 'Trevis', 'Tristano', 'Ulrico', 'Valdo', 'Zaccaria', 'Dindo', 'Serse',
'Tolomeo', 'Trevis', 'Tristano', 'Ulrico', 'Valdo', 'Zaccaria', 'Dindo', 'Serse', 'Gioele', 'Giovanni',
];

protected static $firstNameFemale = [
Expand Down