Passed
Push — master ( 78be34...399084 )
by Tim
07:11 queued 05:04
created
src/SAML2/XML/saml/AbstractStatement.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
     {
111 111
         $e = $this->instantiateParentElement($parent);
112 112
         $e->setAttributeNS(
113
-            'http://www.w3.org/2000/xmlns/','xmlns:' . static::getXsiTypePrefix(), static::getXsiTypeNamespaceURI()
113
+            'http://www.w3.org/2000/xmlns/', 'xmlns:' . static::getXsiTypePrefix(), static::getXsiTypeNamespaceURI()
114 114
         );
115 115
 
116 116
         $type = new XMLAttribute(C::NS_XSI, 'xsi', 'type', $this->getXsiType());
Please login to merge, or discard this patch.
src/SAML2/XML/saml/AbstractCondition.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
     {
111 111
         $e = $this->instantiateParentElement($parent);
112 112
         $e->setAttributeNS(
113
-            'http://www.w3.org/2000/xmlns/','xmlns:' . static::getXsiTypePrefix(), static::getXsiTypeNamespaceURI()
113
+            'http://www.w3.org/2000/xmlns/', 'xmlns:' . static::getXsiTypePrefix(), static::getXsiTypeNamespaceURI()
114 114
         );
115 115
 
116 116
         $type = new XMLAttribute(C::NS_XSI, 'xsi', 'type', $this->getXsiType());
Please login to merge, or discard this patch.