phpstan: remove <php7.4 from build grid (v1.6)

This commit is contained in:
tonis ormisson
2022-08-10 17:12:10 +03:00
parent fa17922914
commit c856eded75
11 changed files with 20 additions and 21 deletions

View File

@ -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');