Skip to content

Commit

Permalink
Merge pull request #604 from markfullmer/603-typo
Browse files Browse the repository at this point in the history
603 - Typo in ignoreValidUntil breaks metadata
  • Loading branch information
pitbulk authored Jan 10, 2025
2 parents 16566ee + bfe96bc commit cace752
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 @@ -172,7 +172,7 @@ public static function builder($sp, $authnsign = false, $wsign = false, $validUn

if ($ignoreValidUntil) {
$timeStr = <<<TIME_TEMPLATE
cacheDuration="PT{$cacheDuration}S";
cacheDuration="PT{$cacheDuration}S"
TIME_TEMPLATE;
} else {
$timeStr = <<<TIME_TEMPLATE
Expand Down

0 comments on commit cace752

Please sign in to comment.