diff --git a/src/Faker/Generator.php b/src/Faker/Generator.php index 80f59ef0..876be1d8 100644 --- a/src/Faker/Generator.php +++ b/src/Faker/Generator.php @@ -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