@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * Copyright 2017 SURFnet bv |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * Copyright 2020 SURFnet B.V. |
@@ -1,6 +1,6 @@ |
||
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 |
@@ -1,6 +1,6 @@ |
||
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 |
@@ -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 2023 SURFnet bv |
@@ -69,7 +69,7 @@ discard block |
||
69 | 69 | #[Route( |
70 | 70 | path: '/registration/gssf/{provider}/status', |
71 | 71 | name: 'ss_registration_gssf_status_report', |
72 | - defaults: ['authenticationFailed' => false, 'proofOfPossessionFailed'=> false ], |
|
72 | + defaults: ['authenticationFailed' => false, 'proofOfPossessionFailed'=> false], |
|
73 | 73 | methods: ['GET'], |
74 | 74 | )] |
75 | 75 | public function status(Request $request, string $provider): Response |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * Copyright 2023 SURFnet bv |
@@ -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); |
@@ -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 2023 SURFnet bv |
@@ -44,7 +44,7 @@ discard block |
||
44 | 44 | #[Route( |
45 | 45 | path: '/registration/sms/prove-possession', |
46 | 46 | name: 'ss_registration_sms_prove_possession', |
47 | - methods: ['GET','POST'], |
|
47 | + methods: ['GET', 'POST'], |
|
48 | 48 | )] |
49 | 49 | public function __invoke(Request $request): Response |
50 | 50 | { |
@@ -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 2023 SURFnet bv |
@@ -44,7 +44,7 @@ discard block |
||
44 | 44 | #[Route( |
45 | 45 | path: '/registration/sms/send-challenge', |
46 | 46 | name: 'ss_registration_sms_send_challenge', |
47 | - methods: ['GET','POST'], |
|
47 | + methods: ['GET', 'POST'], |
|
48 | 48 | )] |
49 | 49 | public function __invoke(Request $request): Response |
50 | 50 | { |
@@ -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 |
@@ -40,7 +40,7 @@ discard block |
||
40 | 40 | #[Route( |
41 | 41 | path: '/registration/yubikey/prove-possession', |
42 | 42 | name: 'ss_registration_yubikey_prove_possession', |
43 | - methods: ['GET','POST'], |
|
43 | + methods: ['GET', 'POST'], |
|
44 | 44 | )] |
45 | 45 | public function provePossession(Request $request): Response |
46 | 46 | { |