Skip to content

Commit 3f47205

Browse files
authored
Update sendLockoutResponse return type (docblock) (#207)
1 parent 577188a commit 3f47205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth-backend/ThrottlesLogins.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ protected function incrementLoginAttempts(Request $request)
4141
* Redirect the user after determining they are locked out.
4242
*
4343
* @param \Illuminate\Http\Request $request
44-
* @return void
44+
* @return \Symfony\Component\HttpFoundation\Response
4545
*
4646
* @throws \Illuminate\Validation\ValidationException
4747
*/

0 commit comments

Comments
 (0)