Commit 7113a23a by Vladimir Zbrailov

change PhpDoc of param

parent 44f20c61
...@@ -877,7 +877,7 @@ abstract class BaseActiveRecord extends Model implements ActiveRecordInterface ...@@ -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)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment