mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
docs/guide/input-validation.md - typo [ci skip]
This commit is contained in:
@ -49,7 +49,7 @@ of the following format:
|
|||||||
[
|
[
|
||||||
// required, specifies which attributes should be validated by this rule.
|
// required, specifies which attributes should be validated by this rule.
|
||||||
// For a single attribute, you can use the attribute name directly
|
// For a single attribute, you can use the attribute name directly
|
||||||
// without having it in an array instead of an array
|
// without having it in an array
|
||||||
['attribute1', 'attribute2', ...],
|
['attribute1', 'attribute2', ...],
|
||||||
|
|
||||||
// required, specifies the type of this rule.
|
// required, specifies the type of this rule.
|
||||||
|
Reference in New Issue
Block a user