Skip to content

Commit

Permalink
Typo in ignoreValidUntil breaks metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jmf3658 committed Dec 19, 2024
1 parent 16566ee commit bfe96bc
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 bfe96bc

Please sign in to comment.