Passed
Push — feature/symfony6-upgrade ( c7461c...533586 )
by Paul
20:03
created
SelfServiceBundle/Controller/Registration/Gssf/GssfMetadataController.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.
Controller/Registration/Sms/SmsProofPossessionController.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 2023 SURFnet bv
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
     #[Route(
45 45
         path: '/registration/sms/prove-possession',
46 46
         name: 'ss_registration_sms_prove_possession',
47
-        methods: ['GET','POST'],
47
+        methods: ['GET', 'POST'],
48 48
     )]
49 49
     public function __invoke(Request $request): Response
50 50
     {
Please login to merge, or discard this patch.
Controller/Registration/Sms/SmsSendChallengeController.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 2023 SURFnet bv
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
     #[Route(
45 45
         path: '/registration/sms/send-challenge',
46 46
         name: 'ss_registration_sms_send_challenge',
47
-        methods: ['GET','POST'],
47
+        methods: ['GET', 'POST'],
48 48
     )]
49 49
     public function __invoke(Request $request): Response
50 50
     {
Please login to merge, or discard this patch.
SelfServiceBundle/Controller/Registration/YubikeyController.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
     #[Route(
41 41
         path: '/registration/yubikey/prove-possession',
42 42
         name: 'ss_registration_yubikey_prove_possession',
43
-        methods: ['GET','POST'],
43
+        methods: ['GET', 'POST'],
44 44
     )]
45 45
     public function provePossession(Request $request): Response
46 46
     {
Please login to merge, or discard this patch.
StepupSelfService/SelfServiceBundle/Service/ControllerCheckerService.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.
SelfServiceBundle/Controller/SelfVet/SelfVetConsumeController.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 2021 SURFnet B.V.
Please login to merge, or discard this patch.
SelfServiceBundle/Controller/SelfVet/SelfVetController.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 2021 SURFnet B.V.
Please login to merge, or discard this patch.
Security/Authentication/Handler/AuthenticationSuccessHandler.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 2024 SURFnet B.V.
Please login to merge, or discard this patch.
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
 /**
6 6
  * Copyright 2024 SURFnet B.V.
Please login to merge, or discard this patch.