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

Commit

Permalink
Fix: Add method annotation for ValidGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jun 1, 2017
1 parent dc7a4e0 commit e1e0b0e
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 @@ -153,6 +153,7 @@
* @method string toUpper($string = '')
* @method Generator optional($weight = 0.5, $default = null)
* @method Generator unique($reset = false, $maxRetries = 10000)
* @method Generator valid($validator = null, $maxRetries = 10000)
*
* @method integer biasedNumberBetween($min = 0, $max = 100, $function = 'sqrt')
*
Expand Down

0 comments on commit e1e0b0e

Please sign in to comment.