diff --git a/LengthValidator.php b/LengthValidator.php index e6d03f8..554b1b8 100644 --- a/LengthValidator.php +++ b/LengthValidator.php @@ -44,7 +44,6 @@ class LengthValidator extends BaseValidator * @return bool * * 效验长度是否大于最大长度 - * @throws ReflectionException */ private function maxLength($field, $value): bool { @@ -69,7 +68,6 @@ class LengthValidator extends BaseValidator * @return bool * * 效验长度是否小于最小长度 - * @throws ReflectionException */ private function minLength($field, $value): bool { @@ -94,7 +92,6 @@ class LengthValidator extends BaseValidator * @return bool * * 效验长度是否小于最小长度 - * @throws ReflectionException */ private function defaultLength($field, $value): bool {