Passed
Push — master ( 811afc...a4aad6 )
by Anthony
02:35
created
Controller/LoginController.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -10,11 +10,11 @@
 block discarded – undo
10 10
 
11 11
 class LoginController extends AbstractController
12 12
 {
13
-    /**
14
-     * @Route("/login/", name="ribsadmin_login")
15
-     * @param AuthenticationUtils $auth_utils
16
-     * @return Response
17
-     */
13
+				/**
14
+				 * @Route("/login/", name="ribsadmin_login")
15
+				 * @param AuthenticationUtils $auth_utils
16
+				 * @return Response
17
+				 */
18 18
 	public function loginAction(AuthenticationUtils $auth_utils): Response
19 19
 	{
20 20
 		$csrf_token = $this->has('security.csrf.token_manager')
Please login to merge, or discard this patch.