From 1fb842ef5eae962913106e4892d0969950a0698d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=9F=90=E6=9F=90?= Date: Wed, 28 Jan 2015 10:46:23 +0800 Subject: [PATCH] annotation typo --- framework/validators/FilterValidator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/validators/FilterValidator.php b/framework/validators/FilterValidator.php index bd0404e695..0b6abf69f5 100644 --- a/framework/validators/FilterValidator.php +++ b/framework/validators/FilterValidator.php @@ -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; /**