From d39a56978d5f43af6714278e6926a20a6804e8f7 Mon Sep 17 00:00:00 2001 From: Jaime Perez <jaime.perez@uninett.no> Date: Mon, 6 Oct 2014 14:51:16 +0200 Subject: [PATCH] Fix bad comment. --- lib/SimpleSAML/Metadata/SAMLParser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SimpleSAML/Metadata/SAMLParser.php b/lib/SimpleSAML/Metadata/SAMLParser.php index d252af5bd..71b4b8acf 100644 --- a/lib/SimpleSAML/Metadata/SAMLParser.php +++ b/lib/SimpleSAML/Metadata/SAMLParser.php @@ -503,7 +503,7 @@ class SimpleSAML_Metadata_SAMLParser { /** - * This function returns the metadata for SAML 2.0 IdPs in the format simpleSAMLphp expects. + * This function returns the metadata for SAML 1.x IdPs in the format simpleSAMLphp expects. * This is an associative array with the following fields: * - 'entityid': The entity id of the entity described in the metadata. * - 'name': Autogenerated name for this entity. Currently set to the entity id. -- GitLab