@@ -15,7 +15,7 @@ discard block |
||
15 | 15 | |
16 | 16 | /** |
17 | 17 | * Model attributes |
18 | - * @return array |
|
18 | + * @return string[] |
|
19 | 19 | */ |
20 | 20 | public function attributes() |
21 | 21 | { |
@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | } |
29 | 29 | |
30 | 30 | /** |
31 | - * @return sodium_crypto_box_publickey |
|
31 | + * @return string |
|
32 | 32 | */ |
33 | 33 | public function getBoxPublicKey() |
34 | 34 | { |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use yii\helpers\Json; |
6 | 6 | use yii\web\JsonParser; |
7 | 7 | use yrc\models\redis\EncryptionKey; |
8 | - |
|
9 | 8 | use yii\web\BadRequestHttpException; |
10 | 9 | use yii\base\InvalidParamException; |
11 | 10 | use Yii; |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace yrc\jobs\notifications\email; |
4 | 4 |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use yrc\rest\Action as RestAction; |
6 | 6 | use yrc\models\redis\EncryptionKey; |
7 | -use Yii; |
|
8 | 7 | |
9 | 8 | class OneTimeKeyAction extends RestAction |
10 | 9 | { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace yrc\actions; |
4 | 4 | |
5 | 5 | use yrc\actions\AuthenticationAction; |
6 | -use yrc\web\Json25519Parser; |
|
7 | 6 | use yrc\rest\Action as RestAction; |
8 | 7 | use yii\helpers\ArrayHelper; |
9 | 8 | use Yii; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace yrc\forms; |
4 | 4 | |
5 | -use yii\web\UnauthorizedHttpException; |
|
6 | 5 | use Yii; |
7 | 6 | |
8 | 7 | /** |
@@ -46,10 +46,10 @@ |
||
46 | 46 | return $this->user['class']; |
47 | 47 | } |
48 | 48 | |
49 | - /** |
|
50 | - * Helper method to get the token class |
|
51 | - * @return string |
|
52 | - */ |
|
49 | + /** |
|
50 | + * Helper method to get the token class |
|
51 | + * @return string |
|
52 | + */ |
|
53 | 53 | public function getTokenClass() |
54 | 54 | { |
55 | 55 | return $this->token['class']; |