Passed
Push — master ( c66cd3...78be34 )
by Tim
12:20
created
src/SAML2/XML/saml/AbstractBaseID.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
     {
130 130
         $e = parent::toXML($parent);
131 131
         $e->setAttributeNS(
132
-            'http://www.w3.org/2000/xmlns/','xmlns:' . static::getXsiTypePrefix(), static::getXsiTypeNamespaceURI()
132
+            'http://www.w3.org/2000/xmlns/', 'xmlns:' . static::getXsiTypePrefix(), static::getXsiTypeNamespaceURI()
133 133
         );
134 134
 
135 135
         $type = new XMLAttribute(C::NS_XSI, 'xsi', 'type', $this->getXsiType());
Please login to merge, or discard this patch.