@@ -209,7 +209,7 @@ |
||
209 | 209 | $attrElement->setAttribute('NameFormat', $attrArray['NameFormat']); |
210 | 210 | if (isset($attrArray['AttributeValue']) && (!empty($attrArray['AttributeValue']) || $attrArray['AttributeValue'] === false)) { |
211 | 211 | $attrValueElement = $doc->createElementNS('http://eidas.europa.eu/saml-extensions', 'eidas:AttributeValue'); |
212 | - $attrValueElement->nodeValue = (string)$attrArray['AttributeValue']; |
|
212 | + $attrValueElement->nodeValue = (string) $attrArray['AttributeValue']; |
|
213 | 213 | $attrElement->appendChild($attrValueElement); |
214 | 214 | } |
215 | 215 | $requested_attributes->appendChild($attrElement); |