Skip to content

Commit e7e1bbf

Browse files
committed
\OneLogin_Saml2_Auth::$_sessionExpiration is of type int or null
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
1 parent dfa74d4 commit e7e1bbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Saml2/Auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class OneLogin_Saml2_Auth
6262
* SessionNotOnOrAfter. When the user is logged, this stored it
6363
* from the AuthnStatement of the SAML Response
6464
*
65-
* @var DateTime
65+
* @var int|null
6666
*/
6767
private $_sessionExpiration;
6868

0 commit comments

Comments
 (0)