Skip to content
This repository was archived by the owner on Mar 2, 2018. It is now read-only.

Commit 9329e6f

Browse files
committed
\OneLogin_Saml2_Auth::getLastResponseXML can also return null
Signed-off-by: Lukas Reschke <[email protected]>
1 parent fdb3078 commit 9329e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Saml2/Auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ public function getLastRequestXML()
677677
* If the SAMLResponse was encrypted, by default tries
678678
* to return the decrypted XML.
679679
*
680-
* @return string The Response XML
680+
* @return string|null The Response XML
681681
*/
682682
public function getLastResponseXML()
683683
{

0 commit comments

Comments
 (0)