This commit is contained in:
SilverFire - Dmitry Naumenko 2018-02-19 00:29:21 +02:00
parent b5fb6dc7bc
commit 24ed409e71
2 changed files with 7 additions and 7 deletions

View File

@ -13,7 +13,7 @@ use app\models\ContactForm;
class SiteController extends Controller
{
/**
* @inheritdoc
* {@inheritdoc}
*/
public function behaviors()
{
@ -39,7 +39,7 @@ class SiteController extends Controller
}
/**
* @inheritdoc
* {@inheritdoc}
*/
public function actions()
{

View File

@ -29,7 +29,7 @@ class User extends \yii\base\BaseObject implements \yii\web\IdentityInterface
/**
* @inheritdoc
* {@inheritdoc}
*/
public static function findIdentity($id)
{
@ -37,7 +37,7 @@ class User extends \yii\base\BaseObject implements \yii\web\IdentityInterface
}
/**
* @inheritdoc
* {@inheritdoc}
*/
public static function findIdentityByAccessToken($token, $type = null)
{
@ -68,7 +68,7 @@ class User extends \yii\base\BaseObject implements \yii\web\IdentityInterface
}
/**
* @inheritdoc
* {@inheritdoc}
*/
public function getId()
{
@ -76,7 +76,7 @@ class User extends \yii\base\BaseObject implements \yii\web\IdentityInterface
}
/**
* @inheritdoc
* {@inheritdoc}
*/
public function getAuthKey()
{
@ -84,7 +84,7 @@ class User extends \yii\base\BaseObject implements \yii\web\IdentityInterface
}
/**
* @inheritdoc
* {@inheritdoc}
*/
public function validateAuthKey($authKey)
{