Completed
Push — master ( 580028...d7e9e8 )
by Charles
02:19
created
api/actions/OneTimeKeyAction.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 yrc\rest\Action as RestAction;
6 6
 use yrc\api\models\TokenKeyPair;
7 7
 use Sodium;
8
-use Yii;
9 8
 
10 9
 class OneTimeKeyAction extends RestAction
11 10
 {
Please login to merge, or discard this patch.
api/models/User.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 Base32\Base32;
6 6
 use OTPHP\TOTP;
7
-
8 7
 use yii\behaviors\TimestampBehavior;
9 8
 use yii\db\ActiveRecord;
10 9
 use yii\filters\RateLimitInterface;
Please login to merge, or discard this patch.
rest/Controller.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,9 +9,7 @@
 block discarded – undo
9 9
 use yii\filters\ContentNegotiator;
10 10
 use yii\web\HttpException;
11 11
 use yrc\web\Response;
12
-
13 12
 use Yii;
14
-
15 13
 use ReflectionClass;
16 14
 use ReflectionMethod;
17 15
 
Please login to merge, or discard this patch.
web/Json25519Parser.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 yii\helpers\Json;
6 6
 use yii\web\JsonParser;
7 7
 use yrc\api\models\TokenKeyPair;
8
-
9 8
 use yii\web\BadRequestHttpException;
10 9
 use Yii;
11 10
 
Please login to merge, or discard this patch.