Skip to content

Commit 999c460

Browse files
committed
SamlConroller cherry picked from #323
1 parent a58ca0d commit 999c460

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Surfnet/StepupSelfService/SelfServiceBundle/Controller/SamlController.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
declare(strict_types = 1);
3+
declare(strict_types=1);
44

55
/**
66
* Copyright 2014 SURFnet bv
@@ -33,7 +33,6 @@
3333
use Surfnet\StepupBundle\Service\LoaResolutionService;
3434
use Surfnet\StepupBundle\Value\Loa;
3535
use Surfnet\StepupSelfService\SelfServiceBundle\Controller\SelfVet\SelfVetController;
36-
use Surfnet\StepupSelfService\SelfServiceBundle\Security\Authentication\SamlAuthenticationStateHandler;
3736
use Surfnet\StepupSelfService\SelfServiceBundle\Security\Authentication\Session\SessionStorage;
3837
use Surfnet\StepupSelfService\SelfServiceBundle\Service\SecondFactorService;
3938
use Surfnet\StepupSelfService\SelfServiceBundle\Service\SelfAssertedTokens\RecoveryTokenState;
@@ -65,13 +64,14 @@ public function __construct(
6564
private readonly LoaResolutionService $loaResolutionService,
6665
private readonly MetadataFactory $metadataFactory,
6766
private readonly SamlAuthenticationLogger $samlAuthenticationLogger,
68-
private readonly SessionStorage $authenticationStateHandler,
67+
private readonly SessionStorage $authenticationStateHandler,
6968
private readonly TestAuthenticationRequestFactory $testAuthenticationRequestFactory,
7069
private readonly RedirectBinding $redirectBinding,
7170
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+
{
7575
}
7676

7777
/**

0 commit comments

Comments
 (0)