Test Failed
Pull Request — master (#248)
by
unknown
21:34
created
devices/ms/MsLanProfile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
         $dom = new \DOMDocument('1.0', 'utf-8');
31 31
         $root = $dom->createElement($rootname);
32 32
         $dom->appendChild($root);
33
-        $ns = $dom->createAttributeNS( null, 'xmlns' );
33
+        $ns = $dom->createAttributeNS(null, 'xmlns');
34 34
         $ns->value = "http://www.microsoft.com/networking/LAN/profile/v1";
35 35
         $root->appendChild($ns);        
36 36
         \core\DeviceXMLmain::marshalObject($dom, $root, 'WLANprofile', $this->getLANprofile(), '', true);
Please login to merge, or discard this patch.