Completed
Push — master ( 782aac...d29ed6 )
by Igor
03:37
created
models/forms/SignupForm.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Yii;
6 6
 use app\models\User;
7
-use app\models\UserProfile;
8 7
 
9 8
 class SignupForm extends \yii\base\Model
10 9
 {
Please login to merge, or discard this patch.
modules/admin/views/news/index.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
 use yii\helpers\Html;
3
-use yii\helpers\ArrayHelper;
4 3
 use yii\grid\CheckboxColumn;
5 4
 use yii\grid\GridView;
6 5
 use kartik\date\DatePicker;
Please login to merge, or discard this patch.
modules/admin/controllers/common/DeleteAction.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace app\modules\admin\controllers\common;
4 4
 
5
-use Yii;
6 5
 use yii\base\Action;
7
-use yii\web\Response;
8 6
 use app\traits\ModelTrait;
9 7
 
10 8
 class DeleteAction extends Action
Please login to merge, or discard this patch.
modules/admin/controllers/common/OperationsAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Yii;
6 6
 use yii\base\Action;
7
-use yii\web\Response;
8 7
 
9 8
 class OperationsAction extends Action
10 9
 {
Please login to merge, or discard this patch.
modules/admin/controllers/common/UpdateAttributesAction.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace app\modules\admin\controllers\common;
4 4
 
5
-use Yii;
6 5
 use yii\base\Action;
7
-use yii\web\Response;
8 6
 use app\traits\ModelTrait;
9 7
 
10 8
 class UpdateAttributesAction extends Action
Please login to merge, or discard this patch.
modules/admin/controllers/NewsController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace app\modules\admin\controllers;
4 4
 
5 5
 use Yii;
6
-use yii\web\Response;
7 6
 use yii\filters\VerbFilter;
8 7
 use yii\helpers\Url;
9 8
 use app\traits\ModelTrait;
Please login to merge, or discard this patch.
modules/admin/controllers/RolesController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace app\modules\admin\controllers;
4 4
 
5 5
 use Yii;
6
-use yii\web\Response;
7 6
 use yii\filters\VerbFilter;
8 7
 use yii\helpers\Url;
9 8
 use yii\helpers\ArrayHelper;
Please login to merge, or discard this patch.
modules/admin/controllers/SettingsController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace app\modules\admin\controllers;
4 4
 
5 5
 use Yii;
6
-use yii\web\Response;
7 6
 use app\traits\ModelTrait;
8 7
 use app\modules\admin\models\forms\SettingsForm;
9 8
 
Please login to merge, or discard this patch.
modules/admin/controllers/UsersController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Yii;
6 6
 use yii\filters\VerbFilter;
7 7
 use yii\helpers\Url;
8
-use yii\web\Response;
9 8
 use app\traits\ModelTrait;
10 9
 use app\models\User;
11 10
 use app\models\UserProfile;
Please login to merge, or discard this patch.