Skip to content

Commit 0753206

Browse files
madsi1mthijskh
authored andcommitted
fix double =>
1 parent 2a8023a commit 0753206

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

metadata/saml20-sp-remote.php.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $metadata['https://saml2sp.example.org'] = [
1818
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
1919
],
2020
],
21-
'SingleLogoutService' => => [
21+
'SingleLogoutService' => [
2222
[
2323
'Location' => 'https://saml2sp.example.org/module.php/saml/sp/saml2-logout.php/default-sp',
2424
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
@@ -55,7 +55,7 @@ $metadata['google.com'] = [
5555

5656

5757
$metadata['https://legacy.example.edu'] = [
58-
'AssertionConsumerService' => => [
58+
'AssertionConsumerService' => [
5959
[
6060
'index' => 1,
6161
'isDefault' => true,

0 commit comments

Comments
 (0)