Completed
Push — master ( 30de12...6a52a2 )
by Pavel
02:01
created
models/forms/LoginForm.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace inblank\activeuser\models\forms;
4 4
 
5 5
 use inblank\activeuser\traits\CommonTrait;
6
-use yii;
7 6
 use yii\base\Model;
8 7
 use yii\base\Security;
9 8
 
Please login to merge, or discard this patch.
traits/CommonTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace inblank\activeuser\traits;
4 4
 
5 5
 use inblank\activeuser\Module;
6
-use yii;
7 6
 use yii\base\InvalidConfigException;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
models/forms/ChangePasswordForm.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use inblank\activeuser\models\User;
6 6
 use inblank\activeuser\traits\CommonTrait;
7
-use yii;
8 7
 use yii\base\Model;
9 8
 use yii\base\Security;
10 9
 
Please login to merge, or discard this patch.