From 77c2d18bd74646f1b6dba79c36cad520ed789615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 26 Jul 2023 09:58:34 +0800 Subject: [PATCH] qqq --- EmptyValidator.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/EmptyValidator.php b/EmptyValidator.php index 3c4be39..52ade2f 100644 --- a/EmptyValidator.php +++ b/EmptyValidator.php @@ -12,6 +12,8 @@ declare(strict_types=1); namespace validator; +use ReflectionException; + class EmptyValidator extends BaseValidator { @@ -27,7 +29,7 @@ class EmptyValidator extends BaseValidator * @return bool * * 检查参数是否为NULL - * @throws \ReflectionException + * @throws ReflectionException */ public function trigger(): bool {