Passed
Push — feature/symfony6-upgrade ( 54174f...166417 )
by Paul
06:29
created
StepupSelfService/SelfServiceBundle/Controller/RegistrationController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
         name: 'ss_second_factor_vetting_types',
103 103
         methods:  ['GET'],
104 104
     )]
105
-    public function displayVettingTypesAction(Request $request, string $secondFactorId): array|Response
105
+    public function displayVettingTypesAction(Request $request, string $secondFactorId): array | Response
106 106
     {
107 107
         /**
108 108
          * @var VettingTypeService
Please login to merge, or discard this patch.