We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9326f69 commit d43797dCopy full SHA for d43797d
lib/Saml2/Auth.php
@@ -84,7 +84,7 @@ class OneLogin_Saml2_Auth
84
* The NotOnOrAfter value of the valid SubjectConfirmationData
85
* node (if any) of the last assertion processed
86
*
87
- * @var DateTime
+ * @var int
88
*/
89
private $_lastAssertionNotOnOrAfter;
90
@@ -651,7 +651,7 @@ public function getLastAssertionId()
651
}
652
653
/**
654
- * @return The NotOnOrAfter value of the valid
+ * @return int The NotOnOrAfter value of the valid
655
* SubjectConfirmationData node (if any)
656
* of the last assertion processed
657
0 commit comments