mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 04:37:42 +08:00
Fixed typo Russian docs (#16792) [skip ci]
This commit is contained in:
committed by
Alexander Makarov
parent
ba95294b0c
commit
2da1a2ef6b
@ -66,7 +66,7 @@ public function rules()
|
||||
// проверяет, является ли значение атрибута "password" таким же, как "password_repeat"
|
||||
['password', 'compare'],
|
||||
|
||||
// то же, что и выше, но атрбут для сравнения указан явно
|
||||
// то же, что и выше, но атрибут для сравнения указан явно
|
||||
['password', 'compare', 'compareAttribute' => 'password_repeat'],
|
||||
|
||||
// проверяет, что возраст больше или равен 30
|
||||
|
||||
Reference in New Issue
Block a user