update php code standards fixer rules

This commit is contained in:
Antonio Ramirez
2017-07-15 16:45:25 +02:00
parent 8c4f7699df
commit f706ebb4fa
72 changed files with 389 additions and 508 deletions

View File

@ -13,8 +13,8 @@ use yii\bootstrap\ActiveForm;
use yii\helpers\Html;
/**
* @var yii\web\View $this
* @var \Da\User\Model\User $user
* @var yii\web\View $this
* @var \Da\User\Model\User $user
* @var \Da\User\Model\Profile $profile
*/

View File

@ -11,7 +11,7 @@
/**
* @var yii\widgets\ActiveForm
* @var \Da\User\Model\User $user
* @var \Da\User\Model\User $user
*/
?>

View File

@ -14,7 +14,7 @@ use yii\bootstrap\Nav;
use yii\helpers\Html;
/**
* @var yii\web\View $this
* @var yii\web\View $this
* @var \Da\User\Model\User $user
*/

View File

@ -15,8 +15,8 @@ use yii\helpers\Html;
use yii\web\View;
/**
* @var View $this
* @var User $user
* @var View $this
* @var User $user
* @var string $content
*/