Passed
Push — master ( be1ad5...43f31d )
by Alexander
02:24
created
widgets/BaseWidget.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,14 +2,14 @@
 block discarded – undo
2 2
 
3 3
 namespace hauntd\vote\widgets;
4 4
 
5
+use Yii;
5 6
 use hauntd\vote\assets\VoteAsset;
6 7
 use hauntd\vote\models\VoteAggregate;
7 8
 use hauntd\vote\traits\ModuleTrait;
8 9
 use yii\base\InvalidParamException;
9 10
 use yii\base\Widget;
10
-use yii\web\View;
11 11
 use yii\web\JsExpression;
12
-use Yii;
12
+use yii\web\View;
13 13
 
14 14
 /**
15 15
  * @author Alexander Kononenko <[email protected]>
Please login to merge, or discard this patch.