diff options
Diffstat (limited to 'src/Validators/LenValidator.php')
| -rw-r--r-- | src/Validators/LenValidator.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Validators/LenValidator.php b/src/Validators/LenValidator.php index b4b5e2b..c92f7db 100644 --- a/src/Validators/LenValidator.php +++ b/src/Validators/LenValidator.php @@ -18,7 +18,7 @@ class LenValidator implements Validator * @param mixed $modifier * @return boolean */ - public static function validate(string $value, mixed $modifier = null): bool + public static function validate(mixed $value, mixed $modifier = null): bool { // If no modifier present then this validator will always validate. if (!$modifier) { |
