@@ -224,7 +224,7 @@ |
||
224 | 224 | |
225 | 225 | /** |
226 | 226 | * Provisions TOTP for the account |
227 | - * @return boolean|string |
|
227 | + * @return false|string |
|
228 | 228 | */ |
229 | 229 | public function provisionOTP() |
230 | 230 | { |
@@ -47,7 +47,7 @@ discard block |
||
47 | 47 | } |
48 | 48 | |
49 | 49 | /** |
50 | - * @return \Sodium\crypto_box_publickey |
|
50 | + * @return string |
|
51 | 51 | */ |
52 | 52 | public function getBoxPublicKey() |
53 | 53 | { |
@@ -55,7 +55,7 @@ discard block |
||
55 | 55 | } |
56 | 56 | |
57 | 57 | /** |
58 | - * @return \Sodium\crypto_sign_publickey |
|
58 | + * @return string |
|
59 | 59 | */ |
60 | 60 | public function getSignPublicKey() |
61 | 61 | { |