Skip to content

Commit 751b89a

Browse files
authored
Merge pull request #26 from thecodework/scrutinizer-patch-1
Scrutinizer Auto-Fixes
2 parents cd7575b + 3417186 commit 751b89a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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
{
@@ -83,7 +83,7 @@ public function verifyTwoFactorAuthentication(Request $request)
8383
*
8484
* @param int $length Length of the encoded string.
8585
*
86-
* @return void
86+
* @return string
8787
*/
8888
private function base32EncodedString($length = 30):
8989
string

0 commit comments

Comments
 (0)