diff options
author | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-11-06 15:20:47 +0100 |
---|---|---|
committer | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-11-06 15:20:47 +0100 |
commit | f25c7815af52a751cb815709ff33abee14e130a4 (patch) | |
tree | 3d0987cdfb1802ea2cb2ee60e37d0c569ceac984 /lib/SimpleSAML/Metadata/SAMLParser.php | |
parent | 417c2175dc682a487d784cca08170989089552ee (diff) | |
download | simplesamlphp-f25c7815af52a751cb815709ff33abee14e130a4.zip simplesamlphp-f25c7815af52a751cb815709ff33abee14e130a4.tar.gz simplesamlphp-f25c7815af52a751cb815709ff33abee14e130a4.tar.bz2 |
s/simpleSAMLphp/SimpleSAMLphp/g
(being respectful with occurences that might change the behaviour, i.e. default database prefixes)
Diffstat (limited to 'lib/SimpleSAML/Metadata/SAMLParser.php')
-rw-r--r-- | lib/SimpleSAML/Metadata/SAMLParser.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/SimpleSAML/Metadata/SAMLParser.php b/lib/SimpleSAML/Metadata/SAMLParser.php index f6b02fa..1002fe2 100644 --- a/lib/SimpleSAML/Metadata/SAMLParser.php +++ b/lib/SimpleSAML/Metadata/SAMLParser.php @@ -577,7 +577,7 @@ class SimpleSAML_Metadata_SAMLParser /** - * This function returns the metadata for SAML 1.x 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': Auto generated name for this entity. Currently set to the entity id. @@ -634,7 +634,7 @@ class SimpleSAML_Metadata_SAMLParser /** - * This function returns the metadata for SAML 2.0 SPs in the format simpleSAMLphp expects. + * This function returns the metadata for SAML 2.0 SPs 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. * - 'AssertionConsumerService': String with the URL of the assertion consumer service which supports @@ -727,7 +727,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 2.0 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': Auto generated name for this entity. Currently set to the entity id. |