Skip to content

Commit fdb3078

Browse files
committed
\OneLogin_Saml2_LogoutResponse::getStatus can also return null
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
1 parent e5cb6bc commit fdb3078

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
@@ -87,7 +87,7 @@ public function getIssuer()
8787
/**
8888
* Gets the Status of the Logout Response.
8989
*
90-
* @return string The Status
90+
* @return string|null The Status
9191
*/
9292
public function getStatus()
9393
{

0 commit comments

Comments
 (0)