annotation typo

This commit is contained in:
李某某
2015-01-28 10:46:23 +08:00
parent 9db19914ca
commit 1fb842ef5e

View File

@ -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;
/** /**