This commit is contained in:
xl
2023-05-09 10:11:21 +08:00
parent b2a3c30e24
commit 30b99ad98a
2 changed files with 10 additions and 8 deletions
+1
View File
@@ -27,6 +27,7 @@ class EmptyValidator extends BaseValidator
* @return bool * @return bool
* *
* 检查参数是否为NULL * 检查参数是否为NULL
* @throws \ReflectionException
*/ */
public function trigger(): bool public function trigger(): bool
{ {
+1
View File
@@ -16,6 +16,7 @@ class EnumValidator extends BaseValidator
/** /**
* @return bool * @return bool
* @throws \ReflectionException
*/ */
public function trigger(): bool public function trigger(): bool
{ {