mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
Fixes #12055: Changed boolean
to bool
and integer
to int
in phpdoc
This commit is contained in:

committed by
Alexander Makarov

parent
940f7c7cd4
commit
4aa935e69e
@ -28,7 +28,7 @@ class RegularExpressionValidator extends Validator
|
||||
*/
|
||||
public $pattern;
|
||||
/**
|
||||
* @var boolean whether to invert the validation logic. Defaults to false. If set to true,
|
||||
* @var bool whether to invert the validation logic. Defaults to false. If set to true,
|
||||
* the regular expression defined via [[pattern]] should NOT match the attribute value.
|
||||
*/
|
||||
public $not = false;
|
||||
|
Reference in New Issue
Block a user