Update docblock from "when" rule

The variable name in dynamic method when does not match variable name in When object.
This commit is contained in:
Pierre-Antoine Guillaume 2019-07-03 11:57:04 +02:00 committed by Henrique Moody
parent 015e6d4a54
commit 4d706b0845
No known key found for this signature in database
GPG key ID: 221E9281655813A6

View file

@ -169,7 +169,7 @@ use function count;
* @method static Validator version()
* @method static Validator videoUrl(string $service = null)
* @method static Validator vowel(string ...$additionalChars)
* @method static Validator when(Validatable $if, Validatable $then, Validatable $when = null)
* @method static Validator when(Validatable $if, Validatable $then, Validatable $else = null)
* @method static Validator writable()
* @method static Validator xdigit(string ...$additionalChars)
* @method static Validator yes($useLocale = false)