mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-21 07:49:53 +01:00
Comments update
This commit is contained in:
parent
e07784503b
commit
f61bf615bb
@ -8,7 +8,8 @@ class Internet extends \Faker\Provider\Internet
|
||||
protected static $tld = array('com', 'com', 'com', 'com', 'net', 'org', 'org', 'es', 'es', 'es', 'com.es');
|
||||
|
||||
/**
|
||||
* Converts French characters to their ASCII representation
|
||||
* Converts Spanish characters to their ASCII representation using an standard
|
||||
* chars convert function
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
@ -21,7 +22,7 @@ class Internet extends \Faker\Provider\Internet
|
||||
}
|
||||
|
||||
/**
|
||||
* @example 'jdoe'
|
||||
* @example 'alex.iglesias'
|
||||
*/
|
||||
public function userName()
|
||||
{
|
||||
@ -32,7 +33,7 @@ class Internet extends \Faker\Provider\Internet
|
||||
}
|
||||
|
||||
/**
|
||||
* @example 'faber'
|
||||
* @example 'lovato-exposito'
|
||||
*/
|
||||
public function domainWord()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user