Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk authored May 19, 2024
1 parent 112fd0d commit 1bf1e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Saml2/Metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public static function builder($sp, $authnsign = false, $wsign = false, $validUn
cacheDuration="PT{$cacheDuration}S"
TIME_TEMPLATE;
}

$spEntityId = htmlspecialchars($sp['entityId'], ENT_QUOTES);
$acsUrl = htmlspecialchars($sp['assertionConsumerService']['url'], ENT_QUOTES);
$metadata = <<<METADATA_TEMPLATE
Expand Down

0 comments on commit 1bf1e88

Please sign in to comment.