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 #1678 from tabakhase/patch-1
Browse files Browse the repository at this point in the history
PHPDoc for `passthrough` function on Generator
  • Loading branch information
fzaninotto authored Mar 29, 2019
2 parents 98b167b + 009f414 commit 2bdf0dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Faker/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
* @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')
*
Expand Down

0 comments on commit 2bdf0dd

Please sign in to comment.