Browse Source

annotation typo

tags/2.0.3
李某某 10 years ago
parent
commit
1fb842ef5e
  1. 2
      framework/validators/FilterValidator.php

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

Loading…
Cancel
Save