Skip to content

Commit

Permalink
Remove unused use-statements and order them alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jan 11, 2024
1 parent 7d8df36 commit 672b71a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions metadata/simplesamlphp/saml20-idp-remote_cert_expired.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

$metadata['https://idp.example.org/saml2/idp/metadata.php'] = [
'metadata-set' => 'saml20-idp-remote',
'entityid' => 'https://idp.example.org/saml2/idp/metadata.php',
Expand Down
2 changes: 2 additions & 0 deletions metadata/simplesamlphp/saml20-idp-remote_cert_selfsigned.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

$metadata['https://idp.example.org/saml2/idp/metadata.php'] = [
'metadata-set' => 'saml20-idp-remote',
'entityid' => 'https://idp.example.org/saml2/idp/metadata.php',
Expand Down
2 changes: 2 additions & 0 deletions metadata/simplesamlphp/saml20-idp-remote_cert_signed.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

$metadata['https://idp.example.org/saml2/idp/metadata.php'] = [
'metadata-set' => 'saml20-idp-remote',
'entityid' => 'https://idp.example.org/saml2/idp/metadata.php',
Expand Down
2 changes: 2 additions & 0 deletions metadata/simplesamlphp/saml20-idp-remote_expired.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

$metadata['https://idp.example.org/saml2/idp/metadata.php'] = [
'metadata-set' => 'saml20-idp-remote',
'entityid' => 'https://idp.example.org/saml2/idp/metadata.php',
Expand Down
2 changes: 1 addition & 1 deletion src/TemplateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

use PHPUnit\Framework\TestCase;
use SimpleSAML\Configuration;
use SimpleSAML\XHTML\Template;
use SimpleSAML\Module;
use SimpleSAML\XHTML\Template;
use Twig\Error\SyntaxError;
use Twig\Source;

Expand Down

0 comments on commit 672b71a

Please sign in to comment.