@@ -1,6 +1,6 @@ discard block |
||
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 |
||
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 |