phpstan: ok at level 1
This commit is contained in:
		| @ -10,8 +10,8 @@ | ||||
|  */ | ||||
|  | ||||
| /** | ||||
|  * @var $this  yii\web\View | ||||
|  * @var $model \Da\User\Model\Role | ||||
|  * @var yii\web\View $this | ||||
|  * @var \Da\User\Model\Role $model | ||||
|  */ | ||||
|  | ||||
| use Da\User\Helper\AuthHelper; | ||||
|  | ||||
| @ -10,9 +10,9 @@ | ||||
|  */ | ||||
|  | ||||
| /** | ||||
|  * @var \Da\User\Model\Role | ||||
|  * @var $this               yii\web\View | ||||
|  * @var $unassignedItems    string[] | ||||
|  * @var yii\web\View $this | ||||
|  * @var \Da\User\Model\Role $model | ||||
|  * @var string[] $unassignedItems | ||||
|  */ | ||||
| $this->title = Yii::t('usuario', 'Create new role'); | ||||
| $this->params['breadcrumbs'][] = $this->title; | ||||
|  | ||||
| @ -14,9 +14,9 @@ use yii\grid\GridView; | ||||
| use yii\helpers\Url; | ||||
|  | ||||
| /** | ||||
|  * @var $dataProvider array | ||||
|  * @var $searchModel  \Da\User\Search\RoleSearch | ||||
|  * @var $this         yii\web\View | ||||
|  * @var \yii\data\DataProviderInterface $dataProvider | ||||
|  * @var \Da\User\Search\RoleSearch $searchModel | ||||
|  * @var yii\web\View $this | ||||
|  */ | ||||
|  | ||||
| $this->title = Yii::t('usuario', 'Roles'); | ||||
|  | ||||
| @ -10,9 +10,9 @@ | ||||
|  */ | ||||
|  | ||||
| /** | ||||
|  * @var yii\web\View $this | ||||
|  * @var \Da\User\Model\Role $model | ||||
|  * @var $this               yii\web\View | ||||
|  * @var $unassignedItems    string[] | ||||
|  * @var string[] $unassignedItems | ||||
|  */ | ||||
| $this->title = Yii::t('usuario', 'Update role'); | ||||
| $this->params['breadcrumbs'][] = $this->title; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user