@@ -493,7 +493,7 @@ |
||
493 | 493 | * namespaces needed to parse the XML. |
494 | 494 | */ |
495 | 495 | $xml = '<root xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" '. |
496 | - 'xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">' . |
|
496 | + 'xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">' . |
|
497 | 497 | $decrypted . |
498 | 498 | '</root>'; |
499 | 499 |
@@ -62,11 +62,11 @@ |
||
62 | 62 | */ |
63 | 63 | private $encryptionKey; |
64 | 64 | |
65 | - /** |
|
66 | - * The earliest time this assertion is valid, as an UNIX timestamp. |
|
67 | - * |
|
68 | - * @var int |
|
69 | - */ |
|
65 | + /** |
|
66 | + * The earliest time this assertion is valid, as an UNIX timestamp. |
|
67 | + * |
|
68 | + * @var int |
|
69 | + */ |
|
70 | 70 | private $notBefore; |
71 | 71 | |
72 | 72 | /** |
@@ -53,8 +53,8 @@ |
||
53 | 53 | const CM_BEARER = 'urn:oasis:names:tc:SAML:2.0:cm:bearer'; |
54 | 54 | |
55 | 55 | /** |
56 | - * Holder-of-Key subject confirmation method. |
|
57 | - */ |
|
56 | + * Holder-of-Key subject confirmation method. |
|
57 | + */ |
|
58 | 58 | const CM_HOK = 'urn:oasis:names:tc:SAML:2.0:cm:holder-of-key'; |
59 | 59 | |
60 | 60 | /** |