From 38a0c070a00b888268d7073a11fecc7f79e0da5b Mon Sep 17 00:00:00 2001 From: Asko Nomm Date: Tue, 22 Feb 2022 21:57:57 +0100 Subject: Update docstrings --- src/Validators/LenValidator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Validators/LenValidator.php') diff --git a/src/Validators/LenValidator.php b/src/Validators/LenValidator.php index c92f7db..54fe234 100644 --- a/src/Validators/LenValidator.php +++ b/src/Validators/LenValidator.php @@ -14,7 +14,7 @@ class LenValidator implements Validator * Returns a boolean `true` when given `$value` is as long as * required. Returns `false` otherwise. * - * @param string $value + * @param mixed $value * @param mixed $modifier * @return boolean */ -- cgit v1.2.3