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