Skip to content

Commit fcf39f9

Browse files
committed
Parameters are of type array
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
1 parent b99c733 commit fcf39f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/Saml2/IdPMetadataParser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ public static function parseXML($xml, $entityId = null, $desiredNameIdFormat = n
189189
/**
190190
* Inject metadata info into php-saml settings array
191191
*
192-
* @param string $settings php-saml settings array
193-
* @param string $metadataInfo array metadata info
192+
* @param array $settings php-saml settings array
193+
* @param array $metadataInfo array metadata info
194194
*
195195
* @return array settings
196196
*/

0 commit comments

Comments
 (0)