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

fix(issue-1721): add phpdoc method and properties annotations for phpstan

This commit is contained in:
Alban 2019-07-01 21:52:36 +02:00 committed by Pim Jansen
parent aa6ea487b5
commit 4c13cd7f17

View File

@ -21,8 +21,10 @@ namespace Faker;
* @property string $city
* @property string $streetName
* @property string $streetAddress
* @property string $secondaryAddress
* @property string $postcode
* @property string $address
* @property string $state
* @property string $country
* @property float $latitude
* @property float $longitude
@ -53,6 +55,7 @@ namespace Faker;
* @property string $word
* @property string|array $words
* @method string|array words($nb = 3, $asText = false)
* @method string word()
* @property string $sentence
* @method string sentence($nbWords = 6, $variableNbWords = true)
* @property string|array $sentences