Completed
Push — master ( 580028...d7e9e8 )
by Charles
02:19
created
api/models/User.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -224,7 +224,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
api/models/TokenKeyPair.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
55 55
     }
56 56
 
57 57
     /**
58
-     * @return \Sodium\crypto_sign_publickey
58
+     * @return string
59 59
      */
60 60
     public function getSignPublicKey()
61 61
     {
Please login to merge, or discard this patch.