Passed
Push — master ( 56ba7b...1156c5 )
by Alexander
02:22
created
actions/VoteAction.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,13 +2,13 @@
 block discarded – undo
2 2
 
3 3
 namespace hauntd\vote\actions;
4 4
 
5
+use Yii;
6
+use hauntd\vote\Module;
7
+use hauntd\vote\events\VoteActionEvent;
5 8
 use hauntd\vote\models\Vote;
6 9
 use hauntd\vote\models\VoteAggregate;
7 10
 use hauntd\vote\models\VoteForm;
8
-use hauntd\vote\Module;
9
-use hauntd\vote\events\VoteActionEvent;
10 11
 use hauntd\vote\traits\ModuleTrait;
11
-use Yii;
12 12
 use yii\base\Action;
13 13
 use yii\web\MethodNotAllowedHttpException;
14 14
 use yii\web\Response;
Please login to merge, or discard this patch.