Passed
Push — feature/symfony6-upgrade ( a7dd60...a6ccb9 )
by Paul
07:20
created
StepupSelfService/SelfServiceBundle/Controller/RegistrationController.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.