|
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
|
|
33 | 33 | use Surfnet\StepupBundle\Service\LoaResolutionService;
|
34 | 34 | use Surfnet\StepupBundle\Value\Loa;
|
35 | 35 | use Surfnet\StepupSelfService\SelfServiceBundle\Controller\SelfVet\SelfVetController;
|
36 |
| -use Surfnet\StepupSelfService\SelfServiceBundle\Security\Authentication\SamlAuthenticationStateHandler; |
37 | 36 | use Surfnet\StepupSelfService\SelfServiceBundle\Security\Authentication\Session\SessionStorage;
|
38 | 37 | use Surfnet\StepupSelfService\SelfServiceBundle\Service\SecondFactorService;
|
39 | 38 | use Surfnet\StepupSelfService\SelfServiceBundle\Service\SelfAssertedTokens\RecoveryTokenState;
|
@@ -65,13 +64,14 @@ public function __construct(
|
65 | 64 | private readonly LoaResolutionService $loaResolutionService,
|
66 | 65 | private readonly MetadataFactory $metadataFactory,
|
67 | 66 | private readonly SamlAuthenticationLogger $samlAuthenticationLogger,
|
68 |
| - private readonly SessionStorage $authenticationStateHandler, |
| 67 | + private readonly SessionStorage $authenticationStateHandler, |
69 | 68 | private readonly TestAuthenticationRequestFactory $testAuthenticationRequestFactory,
|
70 | 69 | private readonly RedirectBinding $redirectBinding,
|
71 | 70 | private readonly PostBinding $postBinding,
|
72 |
| - private readonly ServiceProvider $serviceProvider, |
73 |
| - private readonly IdentityProvider $testIdentityProvider, |
74 |
| - ) { |
| 71 | + private readonly ServiceProvider $serviceProvider, |
| 72 | + private readonly IdentityProvider $testIdentityProvider, |
| 73 | + ) |
| 74 | + { |
75 | 75 | }
|
76 | 76 |
|
77 | 77 | /**
|
|
0 commit comments