Commit 4e39381d by Qiang Xue

Merge pull request #7056 from lichunqiang/patch-1

annotation typo[skip ci]
parents 9db19914 1fb842ef
...@@ -41,7 +41,7 @@ class FilterValidator extends Validator ...@@ -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;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment