You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Controller/SecurityController.php
+2-8
Original file line number
Diff line number
Diff line change
@@ -49,18 +49,12 @@ public function loginAction(): Response
49
49
]);
50
50
}
51
51
52
-
/**
53
-
* @return never
54
-
*/
55
-
publicfunctioncheckAction()
52
+
publicfunctioncheckAction(): never
56
53
{
57
54
thrownew \RuntimeException('You must configure the check path to be handled by the firewall using form_login in your security firewall configuration.');
58
55
}
59
56
60
-
/**
61
-
* @return never
62
-
*/
63
-
publicfunctionlogoutAction()
57
+
publicfunctionlogoutAction(): never
64
58
{
65
59
thrownew \RuntimeException('You must activate the logout in your security firewall configuration.');
0 commit comments