Skip to content

Commit bfe96bc

Browse files
committed
Typo in ignoreValidUntil breaks metadata
1 parent 16566ee commit bfe96bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Saml2/Metadata.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public static function builder($sp, $authnsign = false, $wsign = false, $validUn
172172

173173
if ($ignoreValidUntil) {
174174
$timeStr = <<<TIME_TEMPLATE
175-
cacheDuration="PT{$cacheDuration}S";
175+
cacheDuration="PT{$cacheDuration}S"
176176
TIME_TEMPLATE;
177177
} else {
178178
$timeStr = <<<TIME_TEMPLATE

0 commit comments

Comments
 (0)