Skip to content

Commit 4114b66

Browse files
committed
\OneLogin_Saml2_LogoutResponse::$_error can also be null
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
1 parent 9329e6f commit 4114b66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Saml2/LogoutResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class OneLogin_Saml2_LogoutResponse
3232

3333
/**
3434
* After execute a validation process, if it fails, this var contains the cause
35-
* @var string
35+
* @var string|null
3636
*/
3737
private $_error;
3838

0 commit comments

Comments
 (0)