Passed
Push — master ( ac5aa0...27732b )
by Xavier
02:28
created
src/Security/Controller/AuthController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
 
21 21
     public function login(Request $request, Response $response)
22 22
     {
23
-        phpCAS::client(CAS_VERSION_2_0,'auth.univ-lorraine.fr',443,'');
23
+        phpCAS::client(CAS_VERSION_2_0, 'auth.univ-lorraine.fr', 443, '');
24 24
         phpCAS::setNoCasServerValidation();
25 25
         phpCAS::forceAuthentication();
26 26
         phpCAS::getUser();
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
 
32 32
     public function logout(Request $request, Response $response)
33 33
     {
34
-        phpCAS::client(CAS_VERSION_2_0,'auth.univ-lorraine.fr',443,'');
34
+        phpCAS::client(CAS_VERSION_2_0, 'auth.univ-lorraine.fr', 443, '');
35 35
         phpCAS::logout();
36 36
     }
37 37
 }
Please login to merge, or discard this patch.