mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 21:41:19 +08:00
@inheritdoc notation changed
This commit is contained in:
@ -37,13 +37,13 @@ class Controller extends \yii\web\Controller
|
||||
*/
|
||||
public $serializer = 'yii\rest\Serializer';
|
||||
/**
|
||||
* @inheritdoc
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public $enableCsrfValidation = false;
|
||||
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function behaviors()
|
||||
{
|
||||
@ -69,7 +69,7 @@ class Controller extends \yii\web\Controller
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function afterAction($action, $result)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user