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

Commit

Permalink
Merge pull request #1059 from Kurre/patch-2
Browse files Browse the repository at this point in the history
Docblocks: Add some missing @method tags
  • Loading branch information
fzaninotto authored Oct 13, 2016
2 parents 740e29c + 4f74e38 commit bb4be1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Faker/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@

/**
* @property string $name
* @method string name(string $gender = null)
* @property string $firstName
* @method string firstName(string $gender = null)
* @property string $firstNameMale
* @property string $firstNameFemale
* @property string $lastName
* @property string $title
* @method string title(string $gender = null)
* @property string $titleMale
* @property string $titleFemale
*
Expand Down

0 comments on commit bb4be1c

Please sign in to comment.