Skip to content

Commit 51b4f35

Browse files
committed
Merge branch '2.8' into 3.0
2 parents d187a3f + 42b8d60 commit 51b4f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EntryPoint/AuthenticationEntryPointInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ interface AuthenticationEntryPointInterface
3232
*
3333
* Examples:
3434
* A) For a form login, you might redirect to the login page
35-
* return new Response('/login');
35+
* return new RedirectResponse('/login');
3636
* B) For an API token authentication system, you return a 401 response
3737
* return new Response('Auth header required', 401);
3838
*

0 commit comments

Comments
 (0)