Skip to content

Commit d43797d

Browse files
committed
Add proper type hints to \OneLogin_Saml2_Auth::getLastAssertionNotOnOrAfter
Signed-off-by: Lukas Reschke <[email protected]>
1 parent 9326f69 commit d43797d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Saml2/Auth.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class OneLogin_Saml2_Auth
8484
* The NotOnOrAfter value of the valid SubjectConfirmationData
8585
* node (if any) of the last assertion processed
8686
*
87-
* @var DateTime
87+
* @var int
8888
*/
8989
private $_lastAssertionNotOnOrAfter;
9090

@@ -651,7 +651,7 @@ public function getLastAssertionId()
651651
}
652652

653653
/**
654-
* @return The NotOnOrAfter value of the valid
654+
* @return int The NotOnOrAfter value of the valid
655655
* SubjectConfirmationData node (if any)
656656
* of the last assertion processed
657657
*/

0 commit comments

Comments
 (0)