This commit is contained in:
2023-10-24 17:22:29 +08:00
parent f194684d4b
commit 26030fd148
10 changed files with 43 additions and 40 deletions
-3
View File
@@ -10,8 +10,6 @@ declare(strict_types=1);
namespace validator;
use ReflectionException;
/**
* Class ArrayValidator
* @package validator
@@ -23,7 +21,6 @@ class ArrayValidator extends BaseValidator
* @return bool
*
* 检查
* @throws ReflectionException
*/
public function trigger(): bool
{