mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 04:37:42 +08:00
annotation typo
This commit is contained in:
@ -41,7 +41,7 @@ class FilterValidator extends Validator
|
||||
public $filter;
|
||||
/**
|
||||
* @var boolean whether the filter should be skipped if an array input is given.
|
||||
* If false and an array input is given, the filter will not be applied.
|
||||
* If true and an array input is given, the filter will not be applied.
|
||||
*/
|
||||
public $skipOnArray = false;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user