mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-13 22:06:51 +08:00
@inheritdoc
notation changed
This commit is contained in:
@ -656,7 +656,7 @@ class UserView extends ActiveRecord
|
||||
{
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*{@inheritdoc}
|
||||
*/
|
||||
public static function tableName()
|
||||
{
|
||||
@ -669,7 +669,7 @@ class UserView extends ActiveRecord
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*{@inheritdoc}
|
||||
*/
|
||||
public function rules()
|
||||
{
|
||||
@ -679,7 +679,7 @@ class UserView extends ActiveRecord
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*{@inheritdoc}
|
||||
*/
|
||||
public function attributeLabels()
|
||||
{
|
||||
|
Reference in New Issue
Block a user