phpstan: remove <php7.4 from build grid (v1.6)
This commit is contained in:
@ -15,10 +15,10 @@ use yii\web\View;
|
||||
use yii\widgets\Pjax;
|
||||
|
||||
/**
|
||||
* @var $this yii\web\View
|
||||
* @var $dataProvider yii\data\ActiveDataProvider
|
||||
* @var $searchModel Da\User\Search\UserSearch
|
||||
* @var $module Da\User\Module
|
||||
* @var yii\web\View $this
|
||||
* @var yii\data\ActiveDataProvider $dataProvider
|
||||
* @var Da\User\Search\UserSearch $searchModel
|
||||
* @var Da\User\Module $module
|
||||
*/
|
||||
|
||||
$this->title = Yii::t('usuario', 'Manage users');
|
||||
|
||||
Reference in New Issue
Block a user