@@ -88,7 +88,7 @@ discard block |
||
88 | 88 | * |
89 | 89 | * @param \Srmklive\Authy\Contracts\Auth\TwoFactor\Authenticatable $user |
90 | 90 | * |
91 | - * @return void |
|
91 | + * @return boolean |
|
92 | 92 | */ |
93 | 93 | public function sendSmsToken(TwoFactorAuthenticatable $user) |
94 | 94 | { |
@@ -111,7 +111,7 @@ discard block |
||
111 | 111 | * |
112 | 112 | * @param \Srmklive\Authy\Contracts\Auth\TwoFactor\Authenticatable $user |
113 | 113 | * |
114 | - * @return void |
|
114 | + * @return boolean |
|
115 | 115 | */ |
116 | 116 | public function sendPhoneCallToken(TwoFactorAuthenticatable $user) |
117 | 117 | { |
@@ -159,7 +159,7 @@ discard block |
||
159 | 159 | * |
160 | 160 | * @param \Srmklive\Authy\Contracts\Auth\TwoFactor\Authenticatable $user |
161 | 161 | * |
162 | - * @return bool |
|
162 | + * @return boolean|null |
|
163 | 163 | */ |
164 | 164 | public function delete(TwoFactorAuthenticatable $user) |
165 | 165 | { |