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 #840 from danieliancu/patch-1
Browse files Browse the repository at this point in the history
Add boolean property notes
  • Loading branch information
fzaninotto committed Feb 29, 2016
2 parents 737e5e4 + 76c6e36 commit 68fc969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ Each of the generator properties (like `name`, `address`, and `lorem`) are calle

### `Faker\Provider\Miscellaneous`

boolean // false
boolean($chanceOfGettingTrue = 50) // true
md5 // 'de99a620c50f2990e87144735cd357e7'
sha1 // 'f08e7f04ca1a413807ebc47551a40a20a0b4de5c'
Expand Down
1 change: 1 addition & 0 deletions src/Faker/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
* @property string $countryISOAlpha3
* @property string $languageCode
* @property string $currencyCode
* @property boolean boolean
* @method boolean boolean($chanceOfGettingTrue = 50)
*
* @property int $randomDigit
Expand Down

0 comments on commit 68fc969

Please sign in to comment.