eee
This commit is contained in:
+3
-3
@@ -12,8 +12,9 @@ declare(strict_types=1);
|
||||
namespace validator;
|
||||
|
||||
|
||||
use ReflectionException;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
class EmptyValidator extends BaseValidator
|
||||
{
|
||||
|
||||
@@ -29,7 +30,6 @@ class EmptyValidator extends BaseValidator
|
||||
* @return bool
|
||||
*
|
||||
* 检查参数是否为NULL
|
||||
* @throws ReflectionException
|
||||
*/
|
||||
public function trigger(): bool
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user