Passed
Push — feature/symfony6-upgrade ( c7461c...533586 )
by Paul
20:03
created
StepupSelfService/SelfServiceBundle/Form/Type/AuthenticateSafeStoreType.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
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
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
         ]);
42 42
         $builder->add('verifySecret', SubmitType::class, [
43 43
             'label' => 'ss.form.ss_authenticate_safe_store_type.button.continue',
44
-            'attr' => [ 'class' => 'btn btn-primary pull-right' ],
44
+            'attr' => ['class' => 'btn btn-primary pull-right'],
45 45
         ]);
46 46
     }
47 47
 
Please login to merge, or discard this patch.
SelfServiceBundle/Form/Type/PromiseSafeStorePossessionType.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
40 40
         ])
41 41
         ->add('confirm', SubmitType::class, [
42 42
             'label' => 'ss.form.recovery_token.button.confirm',
43
-            'attr' => [ 'class' => 'btn btn-primary pull-right' ],
43
+            'attr' => ['class' => 'btn btn-primary pull-right'],
44 44
         ]);
45 45
     }
46 46
 
Please login to merge, or discard this patch.
StepupSelfService/SelfServiceBundle/Locale/RequestStackLocaleProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 /**
6 6
  * Copyright 2015 SURFnet bv
Please login to merge, or discard this patch.
StepupSelfService/SelfServiceBundle/EventListener/LocaleListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 /**
6 6
  * Copyright 2015 SURFnet bv
Please login to merge, or discard this patch.
Surfnet/StepupSelfService/SelfServiceBundle/Controller/LocaleController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 /**
6 6
  * Copyright 2015 SURFnet bv
Please login to merge, or discard this patch.
SelfServiceBundle/Controller/SecondFactor/SecondFactorRevokeController.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
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
@@ -45,9 +45,9 @@  discard block
 block discarded – undo
45 45
         path: '/second-factor/{state}/{secondFactorId}/revoke',
46 46
         name: 'ss_second_factor_revoke',
47 47
         requirements: ['state' => '^(unverified|verified|vetted)$'],
48
-        methods: ['GET','POST']
48
+        methods: ['GET', 'POST']
49 49
     )]
50
-    public function __invoke(Request $request, string $state, string $secondFactorId): array|Response
50
+    public function __invoke(Request $request, string $state, string $secondFactorId): array | Response
51 51
     {
52 52
         $identity = $this->getUser()->getIdentity();
53 53
 
Please login to merge, or discard this patch.
Controller/Registration/Gssf/GssfConsumeAssertionController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 /**
6 6
  * Copyright 2015 SURFnet bv
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
         name: 'ss_registration_gssf_consume_assertion',
56 56
         methods: ['POST'],
57 57
     )]
58
-    public function consumeAssertion(Request $httpRequest, string $provider): array|Response
58
+    public function consumeAssertion(Request $httpRequest, string $provider): array | Response
59 59
     {
60 60
         $this->checkerService->assertSecondFactorEnabled($provider);
61 61
 
Please login to merge, or discard this patch.
Controller/Registration/Gssf/GssfAuthenticateController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
StepupSelfService/SelfServiceBundle/Command/RevokeRecoveryTokenCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.