Skip to content
Snippets Groups Projects
Commit 8b89acb9 authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Fix data type returned.

parent 32b11973
Branches
Tags
No related merge requests found
......@@ -116,7 +116,7 @@ abstract class SimpleSAML_Metadata_MetaDataStorageSource
* @param string $set Which set of metadata we are looking it up in.
* @param string $type Do you want to return the metaindex or the entityID. [entityid|metaindex]
*
* @return array|null An entity id which matches the given host/path combination, or NULL if
* @return string|null An entity id which matches the given host/path combination, or NULL if
* we are unable to locate one which matches.
*/
public function getEntityIdFromHostPath($hostPath, $set, $type = 'entityid')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment