mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-04-21 16:01:56 +02:00
Merge pull request #1678 from tabakhase/patch-1
PHPDoc for `passthrough` function on Generator
This commit is contained in:
commit
2bdf0dd6f7
@ -155,6 +155,7 @@ namespace Faker;
|
||||
* @method Generator optional($weight = 0.5, $default = null)
|
||||
* @method Generator unique($reset = false, $maxRetries = 10000)
|
||||
* @method Generator valid($validator = null, $maxRetries = 10000)
|
||||
* @method mixed passthrough($passthrough)
|
||||
*
|
||||
* @method integer biasedNumberBetween($min = 0, $max = 100, $function = 'sqrt')
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user