Skip to content

Commit 96bbcfb

Browse files
committed
Merge branch 'master' of github.com:thecodework/two-factor-authentication
2 parents 096d27b + 751b89a commit 96bbcfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Http/Controllers/TwoFactorAuthenticationController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function setupTwoFactorAuthentication(Request $request)
4444
*
4545
* @param \Illuminate\Http\Request
4646
*
47-
* @return \Illuminate\Http\Response
47+
* @return \Illuminate\Http\RedirectResponse
4848
*/
4949
public function enableTwoFactorAuthentication(Request $request)
5050
{
@@ -81,7 +81,7 @@ public function verifyTwoFactorAuthentication(Request $request)
8181
*
8282
* @param int $length Length of the encoded string.
8383
*
84-
* @return void
84+
* @return string
8585
*/
8686
private function base32EncodedString($length = 30):
8787
string

0 commit comments

Comments
 (0)