Passed
Pull Request — master (#8)
by Tim
03:44 queued 01:34
created
src/SAML11/XML/saml/AbstractCondition.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -107,9 +107,9 @@
 block discarded – undo
107 107
         if (!$e->lookupPrefix($this->getXsiType()->getNamespaceURI()->getValue())) {
108 108
 //            $e->setAttributeNS(
109 109
 //                'http://www.w3.org/2000/xmlns/',
110
- //               'xmlns:' . static::getXsiTypePrefix(),
111
-  //              strval(static::getXsiTypeNamespaceURI()),
112
-   //         );
110
+    //               'xmlns:' . static::getXsiTypePrefix(),
111
+    //              strval(static::getXsiTypeNamespaceURI()),
112
+    //         );
113 113
         $xmlns = new XMLAttribute('http://www.w3.org/2000/xmlns/', 'xmlns', strval(static::getXsiTypePrefix()), static::getXsiTypeNamespaceURI());
114 114
         $xmlns->toXML($e);
115 115
         }
Please login to merge, or discard this patch.