Completed
Push — master ( 62d144...6f3f8b )
by Charles
01:52
created
api/actions/ActivationAction.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 app\forms\Activation;
6 6
 use yrc\rest\Action as RestAction;
7
-
8 7
 use yii\web\HttpException;
9 8
 use Yii;
10 9
 
Please login to merge, or discard this patch.
api/actions/AuthenticationAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use app\forms\Login;
6 6
 use app\models\Token;
7 7
 use yrc\rest\Action as RestAction;
8
-
9 8
 use yii\web\UnauthorizedHttpException;
10 9
 use Yii;
11 10
 
Please login to merge, or discard this patch.
api/actions/OTPAction.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 app\models\User;
6 6
 use yrc\rest\Action as RestAction;
7
-
8 7
 use yii\web\HttpException;
9 8
 use Yii;
10 9
 
Please login to merge, or discard this patch.
api/forms/Login.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 yrc\api\forms;
4 4
 
5 5
 use app\models\Token;
6
-use yii\web\UnauthorizedHttpException;
7 6
 use Yii;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
api/forms/ChangeEmail.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 yrc\api\forms;
4 4
 
5
-use Base32\Base32;
6 5
 use Yii;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
api/actions/ResetPasswordAction.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use app\forms\ResetPassword;
6 6
 use yrc\rest\Action as RestAction;
7
-use yrc\api\models\Code;
8
-
9 7
 use yii\web\HttpException;
10 8
 use Yii;
11 9
 
Please login to merge, or discard this patch.
api/forms/Activation.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace yrc\api\forms;
4 4
 
5
-use Base32\Base32;
6 5
 use Yii;
7
-
8 6
 use yrc\api\models\Code;
9 7
 
10 8
 /**
Please login to merge, or discard this patch.
filters/auth/HMACSignatureAuth.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,10 +3,7 @@
 block discarded – undo
3 3
 namespace yrc\filters\auth;
4 4
 
5 5
 use app\models\Token;
6
-
7
-use yii\helpers\Json;
8 6
 use yii\filters\auth\AuthMethod;
9
-
10 7
 use Yii;
11 8
 
12 9
 /**
Please login to merge, or discard this patch.
api/actions/ChangeEmailAction.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 app\forms\ChangeEmail;
6 6
 use yrc\rest\Action as RestAction;
7
-
8 7
 use yii\web\HttpException;
9 8
 use Yii;
10 9
 
Please login to merge, or discard this patch.