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

Commit

Permalink
Add strict to randomNumber example
Browse files Browse the repository at this point in the history
It is documented in the phpdoc but not in the examples.
  • Loading branch information
leepownall authored Dec 21, 2016
1 parent 56ff6fa commit 7a02b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Each of the generator properties (like `name`, `address`, and `lorem`) are calle

randomDigit // 7
randomDigitNotNull // 5
randomNumber($nbDigits = NULL) // 79907610
randomNumber($nbDigits = NULL, $strict = false) // 79907610
randomFloat($nbMaxDecimals = NULL, $min = 0, $max = NULL) // 48.8932
numberBetween($min = 1000, $max = 9000) // 8567
randomLetter // 'b'
Expand Down

0 comments on commit 7a02b70

Please sign in to comment.