From 7113a23a4545c0b5fff6e28f879bddc8bb94d60b Mon Sep 17 00:00:00 2001 From: Vladimir Zbrailov Date: Fri, 27 Jun 2014 18:59:44 +0400 Subject: [PATCH] change PhpDoc of param --- framework/db/BaseActiveRecord.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/db/BaseActiveRecord.php b/framework/db/BaseActiveRecord.php index e61827c156..347b4a7935 100644 --- a/framework/db/BaseActiveRecord.php +++ b/framework/db/BaseActiveRecord.php @@ -877,7 +877,7 @@ abstract class BaseActiveRecord extends Model implements ActiveRecordInterface * the event is triggered. * @param boolean $insert whether this method called while inserting a record. * If false, it means the method is called while updating a record. - * @param array $changedAttributes The attribute values that had changed and were saved contain old values. + * @param array $changedAttributes The old values of attributes that had changed and were saved. */ public function afterSave($insert, $changedAttributes) {