From c37d5384faa25eea0e6b0aef70cfa65f881f8d3b Mon Sep 17 00:00:00 2001 From: ulrik Date: Wed, 11 Dec 2013 14:42:06 +0100 Subject: [PATCH] Remove hints not available in base classes, and add hints for existing functions not listed (cherry picked from commit bdfd7ae) --- src/Faker/Generator.php | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/Faker/Generator.php b/src/Faker/Generator.php index 5e34a603..b51da1b4 100644 --- a/src/Faker/Generator.php +++ b/src/Faker/Generator.php @@ -3,16 +3,10 @@ namespace Faker; /** - * @property string prefix - * @property string suffix * @property string name * @property string firstName * @property string lastName * - * @property string cityPrefix - * @property string secondaryAddress - * @property string state - * @property string stateAbbr * @property string citySuffix * @property string streetSuffix * @property string buildingNumber @@ -27,8 +21,6 @@ namespace Faker; * * @property string phoneNumber * - * @property string catchPhrase - * @property string bs * @property string company * @property string companySuffix * @@ -93,11 +85,17 @@ namespace Faker; * @property int randomDigitNotNull * @property string randomLetter * @method int randomNumber + * @method mixed randomKey + * @method int numberBetween * @method float randomFloat * @method string randomElement * @method string numerify * @method string lexify * @method string bothify + * @method string toLower + * @method string toUpper + * @method mixed optional + * @method UniqueGenerator unique * * @property string userAgent * @property string chrome @@ -112,6 +110,7 @@ namespace Faker; * @property string fileExtension * * @property string hexcolor + * @property string safeHexColor * @property string rgbcolor * @property string rgbColorAsArray * @property string rgbCssColor