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 4c6fb33 commit f58d156Copy full SHA for f58d156
webapp/src/Security/DOMJudgeXHeadersAuthenticator.php
@@ -95,7 +95,7 @@ public function onAuthenticationFailure(Request $request, AuthenticationExceptio
95
/**
96
* Called when authentication is needed, but it's not sent.
97
*/
98
- public function start(Request $request, AuthenticationException $authException = null): Response
+ public function start(Request $request, ?AuthenticationException $authException = null): Response
99
{
100
return new RedirectResponse($this->router->generate('login', [], UrlGeneratorInterface::ABSOLUTE_URL));
101
}
0 commit comments