Skip to content

Commit f432eb5

Browse files
committed
Add missing Exception annotation to \OneLogin_Saml2_IdPMetadataParser::parseXML
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
1 parent 87ff36f commit f432eb5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/Saml2/IdPMetadataParser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public static function parseFileXML($filepath, $entityId = null, $desiredNameIdF
7979
* @param string $desiredNameIdFormat If available on IdP metadata, use that nameIdFormat
8080
*
8181
* @return array metadata info in php-saml settings format
82+
* @throws \Exception
8283
*/
8384
public static function parseXML($xml, $entityId = null, $desiredNameIdFormat = null)
8485
{

0 commit comments

Comments
 (0)