Passed
Push — master ( f0a64c...80bacd )
by Tomasz
06:29
created
core/DeviceXMLmain.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -192,7 +192,7 @@
 block discarded – undo
192 192
      * marchalObject attaches all children transforming the DeviceXMLmain structure
193 193
      * to the root
194 194
      */
195
-    public static function marshalObject($node, $name, $object, $namespace=NULL, $root = false)
195
+    public static function marshalObject($node, $name, $object, $namespace = NULL, $root = false)
196 196
     {
197 197
         if (is_null($object)) {
198 198
             return;
Please login to merge, or discard this patch.