From b16bf0691ace16c1d83864b11292a0a7ce63419e Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Thu, 5 Sep 2013 23:37:15 -0400 Subject: [PATCH] fixed typo --- framework/yii/base/Model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/base/Model.php b/framework/yii/base/Model.php index 8cfc4d4..9d81d83 100644 --- a/framework/yii/base/Model.php +++ b/framework/yii/base/Model.php @@ -164,7 +164,7 @@ class Model extends Component implements IteratorAggregate, ArrayAccess * If an attribute should NOT be massively assigned (thus considered unsafe), * please prefix the attribute with an exclamation character (e.g. '!rank'). * - * The default implementation of this method will all scenarios found in the [[rules()]] + * The default implementation of this method will return all scenarios found in the [[rules()]] * declaration. A special scenario named [[DEFAULT_SCENARIO]] will contain all attributes * found in the [[rules()]]. Each scenario will be associated with the attributes that * are being validated by the validation rules that apply to the scenario.