Passed
Push — feature/symfony6-upgrade ( d0c15c...af5d7f )
by Paul
06:21
created
SamlStepupProviderBundle/Session/SessionFactoryWithAttributeBag.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
 namespace Surfnet\StepupSelfService\SamlStepupProviderBundle\Session;
6 6
 
Please login to merge, or discard this patch.
SelfServiceBundle/Controller/Registration/Gssf/GssfMetadataController.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -38,11 +38,11 @@
 block discarded – undo
38 38
         private readonly ControllerCheckerService $checkerService,
39 39
     ) {
40 40
     }
41
-     #[Route(
42
-         path: '/registration/gssf/{provider}/metadata',
43
-         name: 'ss_registration_gssf_saml_metadata',
44
-         methods: ['GET'],
45
-     )]
41
+        #[Route(
42
+            path: '/registration/gssf/{provider}/metadata',
43
+            name: 'ss_registration_gssf_saml_metadata',
44
+            methods: ['GET'],
45
+        )]
46 46
     public function metadata(string $provider): XMLResponse
47 47
     {
48 48
         $this->checkerService->assertSecondFactorEnabled($provider);
Please login to merge, or discard this patch.