@@ -159,7 +159,7 @@ |
||
159 | 159 | $type = null; |
160 | 160 | } |
161 | 161 | |
162 | - $attributeValue = Utils::addString($attribute, Constants::NS_SAML, 'saml:AttributeValue', (string)$value); |
|
162 | + $attributeValue = Utils::addString($attribute, Constants::NS_SAML, 'saml:AttributeValue', (string) $value); |
|
163 | 163 | if ($type !== null) { |
164 | 164 | $attributeValue->setAttributeNS(Constants::NS_XSI, 'xsi:type', $type); |
165 | 165 | } |