From 80f9bfc4430520f16e009398e494b4973e822476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 21 Aug 2023 16:31:58 +0800 Subject: [PATCH] qqq --- LengthValidator.php | 3 --- 1 file changed, 3 deletions(-) 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 {