Completed
Branch feature/scrutinizer (10e3c1)
by Tobias
05:25
created
src/modules/prototype/models/search/Less.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace app\modules\prototype\models\search;
4 4
 
5
-use Yii;
6 5
 use yii\base\Model;
7 6
 use yii\data\ActiveDataProvider;
8 7
 use app\modules\prototype\models\Less as LessModel;
Please login to merge, or discard this patch.
src/modules/prototype/views/default/index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 
2 2
 <?php
3 3
 use rmrevin\yii\fontawesome\FA;
4
-use yii\helpers\Inflector;
5 4
 
6 5
 /*
7 6
  * @var yii\web\View $this
Please login to merge, or discard this patch.
src/modules/prototype/views/less/view.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,10 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use dmstr\helpers\Html;
4
-use yii\helpers\Url;
5
-use yii\grid\GridView;
6 4
 use yii\widgets\DetailView;
7
-use yii\widgets\Pjax;
8 5
 use dmstr\bootstrap\Tabs;
9 6
 
10 7
 /**
Please login to merge, or discard this patch.
src/views/layouts/main.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 use app\assets\AppAsset;
4 4
 use app\widgets\Alert;
5
-use yii\bootstrap\Nav;
6
-use yii\bootstrap\NavBar;
7 5
 use yii\helpers\Html;
8 6
 
9 7
 /* @var $this \yii\web\View */
Please login to merge, or discard this patch.
src/modules/prototype/models/search/Html.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace app\modules\prototype\models\search;
4 4
 
5
-use Yii;
6 5
 use yii\base\Model;
7 6
 use yii\data\ActiveDataProvider;
8 7
 use app\modules\prototype\models\Less as LessModel;
Please login to merge, or discard this patch.
src/modules/prototype/views/html/view.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,10 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use dmstr\helpers\Html;
4
-use yii\helpers\Url;
5
-use yii\grid\GridView;
6 4
 use yii\widgets\DetailView;
7
-use yii\widgets\Pjax;
8 5
 use dmstr\bootstrap\Tabs;
9 6
 
10 7
 /**
Please login to merge, or discard this patch.