Passed
Push — master ( 90d4a6...56ba7b )
by Alexander
02:29
created
widgets/Vote.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace hauntd\vote\widgets;
4 4
 
5
-use Yii;
6
-
7 5
 /**
8 6
  * @author Alexander Kononenko <[email protected]>
9 7
  * @package hauntd\vote\widgets
Please login to merge, or discard this patch.
widgets/VoteToggle.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace hauntd\vote\widgets;
4 4
 
5
-use yii\bootstrap\Html;
6 5
 use Yii;
6
+use yii\bootstrap\Html;
7 7
 
8 8
 /**
9 9
  * @author Alexander Kononenko <[email protected]>
Please login to merge, or discard this patch.