This commit is contained in:
xl
2023-05-09 10:17:10 +08:00
parent 30b99ad98a
commit 448b1a68fc
+3
View File
@@ -10,6 +10,8 @@ declare(strict_types=1);
namespace validator; namespace validator;
use ReflectionException;
/** /**
* Class ArrayValidator * Class ArrayValidator
* @package validator * @package validator
@@ -21,6 +23,7 @@ class ArrayValidator extends BaseValidator
* @return bool * @return bool
* *
* 检查 * 检查
* @throws ReflectionException
*/ */
public function trigger(): bool public function trigger(): bool
{ {