1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-04-21 16:01:56 +02:00

Edit phpdoc on method lastName

This commit is contained in:
Omniglies 2019-08-15 22:10:29 +07:00
parent 2a3a5804f8
commit c01c36f5d2

View File

@ -161,7 +161,7 @@ class Person extends \Faker\Provider\Person
* @access public
* @param string|null $gender A gender of the last name should be generated
* for. If the argument is skipped a random gender will be used.
* @return string Middle name
* @return string Last name
*/
public function lastName($gender = null)
{