diff options
author | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-11-06 16:34:34 +0100 |
---|---|---|
committer | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-11-06 16:34:34 +0100 |
commit | af24da40fd3e4b9067a661952c28b3b5e4413940 (patch) | |
tree | e693b8622212fcac67e904528d72e116657b829e /lib/SimpleSAML/Metadata/SAMLParser.php | |
parent | f25c7815af52a751cb815709ff33abee14e130a4 (diff) | |
download | simplesamlphp-af24da40fd3e4b9067a661952c28b3b5e4413940.zip simplesamlphp-af24da40fd3e4b9067a661952c28b3b5e4413940.tar.gz simplesamlphp-af24da40fd3e4b9067a661952c28b3b5e4413940.tar.bz2 |
Clean one-liner comments.
Diffstat (limited to 'lib/SimpleSAML/Metadata/SAMLParser.php')
-rw-r--r-- | lib/SimpleSAML/Metadata/SAMLParser.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SimpleSAML/Metadata/SAMLParser.php b/lib/SimpleSAML/Metadata/SAMLParser.php index 1002fe2..ad725e8 100644 --- a/lib/SimpleSAML/Metadata/SAMLParser.php +++ b/lib/SimpleSAML/Metadata/SAMLParser.php @@ -1009,7 +1009,7 @@ class SimpleSAML_Metadata_SAMLParser if ($e instanceof SAML2_XML_mdattr_EntityAttributes && !empty($e->children)) { foreach ($e->children as $attr) { // only saml:Attribute are currently supported here. The specifications also allows - // saml:Assertions, which more complex processing. + // saml:Assertions, which more complex processing if ($attr instanceof SAML2_XML_saml_Attribute) { if (empty($attr->Name) || empty($attr->AttributeValue)) { continue; |