mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-24 18:51:27 +08:00
change PhpDoc of param
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user