Skip to content

Commit

Permalink
Fix rebase: remove duplicate use-statements
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Oct 23, 2024
1 parent fd1c8e2 commit 8bcad6f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/IdP/ADFS.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@
use SimpleSAML\XMLSecurity\XML\ds\X509Data;
use Symfony\Component\HttpFoundation\{Request, StreamedResponse};

use function base64_encode;
use function chunk_split;
use function trim;

use function array_pop;
use function base64_encode;
use function chunk_split;
Expand Down

0 comments on commit 8bcad6f

Please sign in to comment.