Passed
Branch master (be24eb)
by Agiel Kurniawan
11:45
created
backend/widgets/RenderMenu.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 namespace backend\widgets;
9 9
 
10 10
 use common\models\MenuItem;
11
-use Yii;
12 11
 use yii\base\Widget;
13 12
 use yii\helpers\Html;
14 13
 
Please login to merge, or discard this patch.
common/models/ResetPasswordForm.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 
8 8
 namespace common\models;
9 9
 
10
-use Yii;
11 10
 use yii\base\InvalidParamException;
12 11
 use yii\base\Model;
13 12
 
Please login to merge, or discard this patch.
common/models/search/MediaComment.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 namespace common\models\search;
9 9
 
10 10
 use common\models\MediaComment as MediaCommentModel;
11
-use Yii;
12 11
 use yii\base\Model;
13 12
 use yii\data\ActiveDataProvider;
14 13
 
Please login to merge, or discard this patch.
common/models/search/Post.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 namespace common\models\search;
9 9
 
10 10
 use common\models\Post as PostModel;
11
-use Yii;
12 11
 use yii\base\Model;
13 12
 use yii\data\ActiveDataProvider;
14 13
 use yii\helpers\ArrayHelper;
Please login to merge, or discard this patch.
common/models/search/PostComment.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 namespace common\models\search;
9 9
 
10 10
 use common\models\PostComment as PostCommentModel;
11
-use Yii;
12 11
 use yii\base\Model;
13 12
 use yii\data\ActiveDataProvider;
14 13
 
Please login to merge, or discard this patch.