@@ -104,7 +104,7 @@ |
||
104 | 104 | { |
105 | 105 | $newAssertion = new Assertion(); |
106 | 106 | $newAssertion->setNotBefore(time()); |
107 | - $newAssertion->setNotOnOrAfter(time() + (60 * 5));// |
|
107 | + $newAssertion->setNotOnOrAfter(time() + (60 * 5)); // |
|
108 | 108 | $newAssertion->setAttributes(['urn:mace:dir:attribute-def:eduPersonTargetedID' => [NameID::fromArray($nameId)]]); |
109 | 109 | $newAssertion->setIssuer('https://idp.dev.openconext.local/'); |
110 | 110 | $newAssertion->setIssueInstant(time()); |