qqq
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user