Skip to content

Commit effabe2

Browse files
committed
\OneLogin_Saml2_Utils::loadXML can also return false
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
1 parent 34832f2 commit effabe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Saml2/Utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public static function t($msg, $args = array())
7373
*
7474
* @throws Exception
7575
*
76-
* @return DOMDocument $dom The result of load the XML at the DomDocument
76+
* @return DOMDocument|false $dom The result of load the XML at the DomDocument
7777
*/
7878
public static function loadXML($dom, $xml)
7979
{

0 commit comments

Comments
 (0)