改名
This commit is contained in:
@@ -22,7 +22,7 @@ class IntegerValidator extends BaseValidator
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
public function trigger()
|
||||
public function trigger(): bool
|
||||
{
|
||||
$param = $this->getParams();
|
||||
if (empty($param) || !isset($param[$this->field])) {
|
||||
|
||||
Reference in New Issue
Block a user