@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | namespace Surfnet\StepupSelfService\SamlStepupProviderBundle\Session; |
6 | 6 |
@@ -38,11 +38,11 @@ |
||
38 | 38 | private readonly ControllerCheckerService $checkerService, |
39 | 39 | ) { |
40 | 40 | } |
41 | - #[Route( |
|
42 | - path: '/registration/gssf/{provider}/metadata', |
|
43 | - name: 'ss_registration_gssf_saml_metadata', |
|
44 | - methods: ['GET'], |
|
45 | - )] |
|
41 | + #[Route( |
|
42 | + path: '/registration/gssf/{provider}/metadata', |
|
43 | + name: 'ss_registration_gssf_saml_metadata', |
|
44 | + methods: ['GET'], |
|
45 | + )] |
|
46 | 46 | public function metadata(string $provider): XMLResponse |
47 | 47 | { |
48 | 48 | $this->checkerService->assertSecondFactorEnabled($provider); |