Completed
Push — master ( f8d1d7...fc5f79 )
by Igor
05:44
created
modules/admin/views/shared/tags.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\widgets\ActiveForm;
3 2
 use yii\helpers\Html;
4 3
 use yii\helpers\Url;
5 4
 use yii\web\JsExpression;
Please login to merge, or discard this patch.
modules/admin/views/shared/files/image/input.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\web\JsExpression;
4 3
 use rkit\fileapi\Widget as FileApi;
5 4
 ?>
Please login to merge, or discard this patch.
modules/admin/views/shared/files/gallery/input.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\web\JsExpression;
4 3
 use rkit\fileapi\Widget as FileApi;
5 4
 ?>
Please login to merge, or discard this patch.
helpers/Util.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\helpers;
4 4
 
5
-use Yii;
6 5
 use yii\helpers\Html;
7 6
 
8 7
 class Util
Please login to merge, or discard this patch.