Skip to content

Commit

Permalink
updated phpdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeroff committed Jan 16, 2014
1 parent 52b944e commit 382fd13
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion views/auth/login.php
Expand Up @@ -5,7 +5,7 @@
/**
* @var yii\base\View $this
* @var yii\widgets\ActiveForm $form
* @var dektrium\user\models\User $model
* @var dektrium\user\forms\Login $model
*/
$this->title = Yii::t('user', 'Log in');
$this->params['breadcrumbs'][] = $this->title;
Expand Down
2 changes: 1 addition & 1 deletion views/recovery/request.php
Expand Up @@ -5,7 +5,7 @@
/**
* @var yii\base\View $this
* @var yii\widgets\ActiveForm $form
* @var dektrium\user\models\User $model
* @var dektrium\user\forms\Recovery $model
*/
$this->title = Yii::t('user', 'Password recovery');
$this->params['breadcrumbs'][] = $this->title;
Expand Down
2 changes: 1 addition & 1 deletion views/recovery/reset.php
Expand Up @@ -5,7 +5,7 @@
/**
* @var yii\base\View $this
* @var yii\widgets\ActiveForm $form
* @var dektrium\user\models\ResendForm $model
* @var dektrium\user\forms\Recovery $model
*/
$this->title = Yii::t('user', 'Reset password');
$this->params['breadcrumbs'][] = $this->title;
Expand Down
2 changes: 1 addition & 1 deletion views/registration/register.php
Expand Up @@ -5,7 +5,7 @@
/**
* @var yii\base\View $this
* @var yii\widgets\ActiveForm $form
* @var dektrium\user\models\User $model
* @var dektrium\user\forms\Registration $model
*/
$this->title = Yii::t('user', 'Register');
$this->params['breadcrumbs'][] = $this->title;
Expand Down
2 changes: 1 addition & 1 deletion views/registration/resend.php
Expand Up @@ -5,7 +5,7 @@
/**
* @var yii\base\View $this
* @var yii\widgets\ActiveForm $form
* @var dektrium\user\models\ResendForm $model
* @var dektrium\user\forms\Resend $model
*/
$this->title = Yii::t('user', 'Request new confirmation message');
$this->params['breadcrumbs'][] = $this->title;
Expand Down

0 comments on commit 382fd13

Please sign in to comment.