Skip to content

Commit

Permalink
\OneLogin_Saml2_LogoutResponse::getStatus can also return null
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Reschke <[email protected]>
  • Loading branch information
LukasReschke committed Oct 3, 2017
1 parent e5cb6bc commit fdb3078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Saml2/LogoutResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function getIssuer()
/**
* Gets the Status of the Logout Response.
*
* @return string The Status
* @return string|null The Status
*/
public function getStatus()
{
Expand Down

0 comments on commit fdb3078

Please sign in to comment.