Completed
Push — master ( 149579...032082 )
by zacksleo
44:40 queued 40:51
created
src/mail/layouts/text.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use yii\helpers\Html;
4
-
5 3
 /** @var \yii\web\View $this view component instance */
6 4
 /** @var \yii\mail\MessageInterface $message the message being composed */
7 5
 /** @var string $content main view render result */
Please login to merge, or discard this patch.
src/models/forms/LoginForm.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 zacksleo\yii2\backend\models\forms;
4 4
 
5
-use yii;
6 5
 use yii\base\Model;
7 6
 use zacksleo\yii2\backend\models\Admin;
8 7
 use zacksleo\yii2\backend\Module;
Please login to merge, or discard this patch.
src/views/site/login.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,4 @@
 block discarded – undo
1 1
 <?php
2
-use yii\helpers\Html;
3 2
 use yii\helpers\Url;
4 3
 use yii\bootstrap\ActiveForm;
5 4
 use zacksleo\yii2\backend\Module;
Please login to merge, or discard this patch.
src/views/site/resetPassword.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2
-use yii\helpers\Html;
3 2
 use yii\helpers\Url;
4 3
 use yii\bootstrap\ActiveForm;
5
-use zacksleo\yii2\backend\Module;
6 4
 use zacksleo\yii2\metronic\bundles\pages\Login4Asset;
7 5
 
8 6
 /* @var \yii\web\Controller $this */
Please login to merge, or discard this patch.
src/views/site/signup.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use yii\helpers\Html;
4 3
 use yii\helpers\Url;
5 4
 use yii\bootstrap\ActiveForm;
6 5
 use backend\themes\metronic\assets\LoginAsset;
Please login to merge, or discard this patch.
tests/ChangePasswordFormTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use yii\base\InvalidParamException;
12 12
 use zacksleo\yii2\backend\models\Admin;
13 13
 use zacksleo\yii2\backend\models\forms\ChangePasswordForm;
14
-use yii;
15 14
 
16 15
 class ChangePasswordFormTest extends TestCase
17 16
 {
Please login to merge, or discard this patch.
tests/controllers/UserController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,8 +6,6 @@
 block discarded – undo
6 6
 use yii\data\ActiveDataProvider;
7 7
 use yii\web\Controller;
8 8
 use yii\web\NotFoundHttpException;
9
-use yii\filters\VerbFilter;
10
-use yii\filters\AccessControl;
11 9
 use zacksleo\yii2\backend\tests\models\User;
12 10
 
13 11
 /**
Please login to merge, or discard this patch.
tests/mail/layouts/text.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use yii\helpers\Html;
4
-
5 3
 /** @var \yii\web\View $this view component instance */
6 4
 /** @var \yii\mail\MessageInterface $message the message being composed */
7 5
 /** @var string $content main view render result */
Please login to merge, or discard this patch.
src/views/my/layouts.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use yii\helpers\Html;
4 3
 use yii\helpers\Url;
5 4
 use zacksleo\yii2\metronic\bundles\pages\ProfileAsset;
6 5
 
Please login to merge, or discard this patch.