Passed
Push — feature/symfony6-upgrade ( e69602...248139 )
by Paul
06:12
created
SelfServiceBundle/Controller/SelfAssertedTokensController.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
     #[Route(
146 146
         path: '/second-factor/{secondFactorId}/self-asserted-token-registration/{recoveryTokenId}',
147 147
         name: 'ss_second_factor_self_asserted_tokens_recovery_token',
148
-        methods: ['GET','POST']
148
+        methods: ['GET', 'POST']
149 149
     )]
150 150
     public function selfAssertedTokenRegistrationRecoveryToken(
151 151
         Request $request,
@@ -269,7 +269,7 @@  discard block
 block discarded – undo
269 269
     #[Route(
270 270
         path: '/second-factor/{secondFactorId}/self-asserted-token-registration/{recoveryTokenId}/authenticate',
271 271
         name: 'ss_second_factor_self_asserted_tokens_recovery_token_sms',
272
-        methods: ['GET','POST']
272
+        methods: ['GET', 'POST']
273 273
     )]
274 274
     public function selfAssertedTokenRecoveryTokenSmsAuthentication(
275 275
         Request $request,
@@ -342,7 +342,7 @@  discard block
 block discarded – undo
342 342
     #[Route(
343 343
         path: '/second-factor/{secondFactorId}/safe-store',
344 344
         name: 'ss_registration_recovery_token_safe_store',
345
-        methods: ['GET','POST']
345
+        methods: ['GET', 'POST']
346 346
     )]
347 347
     public function registerCreateRecoveryTokenSafeStore(Request $request, string $secondFactorId): Response
348 348
     {
@@ -387,7 +387,7 @@  discard block
 block discarded – undo
387 387
     #[Route(
388 388
         path: '/second-factor/{secondFactorId}/sms',
389 389
         name: 'ss_registration_recovery_token_sms',
390
-        methods: ['GET','POST'],
390
+        methods: ['GET', 'POST'],
391 391
     )]
392 392
     public function registerRecoveryTokenSms(Request $request, string $secondFactorId): Response
393 393
     {
Please login to merge, or discard this patch.