We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3224bc commit 6de3d21Copy full SHA for 6de3d21
src/Sulu/Bundle/SecurityBundle/Security/AuthenticationEntryPoint.php
@@ -22,7 +22,7 @@
22
*/
23
class AuthenticationEntryPoint implements AuthenticationEntryPointInterface
24
{
25
- public function start(Request $request, ?AuthenticationException $authException = null)
+ public function start(Request $request, ?AuthenticationException $authException = null): Response
26
27
return new Response('', 401);
28
}
0 commit comments