From e1e0b0e3a920b49935ebd3745a06d4d1302f0c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Thu, 1 Jun 2017 16:24:22 +0200 Subject: [PATCH] Fix: Add method annotation for ValidGenerator --- src/Faker/Generator.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Faker/Generator.php b/src/Faker/Generator.php index 98c611d9e6..0115870438 100644 --- a/src/Faker/Generator.php +++ b/src/Faker/Generator.php @@ -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') *