change PhpDoc of param

This commit is contained in:
Vladimir Zbrailov
2014-06-27 18:59:44 +04:00
parent 44f20c61a0
commit 7113a23a45

View File

@@ -877,7 +877,7 @@ abstract class BaseActiveRecord extends Model implements ActiveRecordInterface
* the event is triggered. * the event is triggered.
* @param boolean $insert whether this method called while inserting a record. * @param boolean $insert whether this method called while inserting a record.
* If false, it means the method is called while updating 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) public function afterSave($insert, $changedAttributes)
{ {