Completed
Push — master ( eab568...a55e93 )
by Thijs
02:29
created
src/SAML2/AttributeQuery.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@
 block discarded – undo
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
                 }
Please login to merge, or discard this patch.