Passed
Push — feature/cleanup-authz ( c2f94e )
by Michiel
20:16
created
SelfServiceBundle/Security/Authentication/Provider/SamlProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 /**
6 6
  * Copyright 2014 SURFnet bv
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
             $this->identityService->updateIdentity($identity);
122 122
         }
123 123
 
124
-        return new AuthenticatedIdentity($identity);;
124
+        return new AuthenticatedIdentity($identity); ;
125 125
     }
126 126
 
127 127
 
Please login to merge, or discard this patch.