@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | name: 'ss_registration_display_types', |
49 | 49 | methods: ['GET'], |
50 | 50 | )] |
51 | - public function displaySecondFactorTypes(): Response|array |
|
51 | + public function displaySecondFactorTypes(): Response | array |
|
52 | 52 | { |
53 | 53 | $institution = $this->getIdentity()->institution; |
54 | 54 | $institutionConfigurationOptions = $this->get('self_service.service.institution_configuration_options') |
@@ -103,7 +103,7 @@ discard block |
||
103 | 103 | name: 'ss_second_factor_vetting_types', |
104 | 104 | methods: ['GET'], |
105 | 105 | )] |
106 | - public function displayVettingTypes(Request $request, string $secondFactorId): array|Response |
|
106 | + public function displayVettingTypes(Request $request, string $secondFactorId): array | Response |
|
107 | 107 | { |
108 | 108 | /** |
109 | 109 | * @var VettingTypeService |
@@ -180,7 +180,7 @@ discard block |
||
180 | 180 | name: 'ss_registration_verify_email', |
181 | 181 | methods: ['GET'], |
182 | 182 | )] |
183 | - public function verifyEmail(Request $request): RedirectResponse|array |
|
183 | + public function verifyEmail(Request $request): RedirectResponse | array |
|
184 | 184 | { |
185 | 185 | $nonce = $request->query->get('n', ''); |
186 | 186 | $identityId = $this->getIdentity()->id; |