mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 20:19:42 +08:00
annotation typo
This commit is contained in:
@ -41,7 +41,7 @@ class FilterValidator extends Validator
|
|||||||
public $filter;
|
public $filter;
|
||||||
/**
|
/**
|
||||||
* @var boolean whether the filter should be skipped if an array input is given.
|
* @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;
|
public $skipOnArray = false;
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user