Passed
Push — master ( 2aeba7...f0a64c )
by Tomasz
06:45 queued 14s
created
core/DeviceXMLmain.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
         if (is_scalar($value)) {
135 135
             $this->value = strval($value);
136 136
         } else {
137
-            throw new Exception("unexpected value type passed" . gettype($value));
137
+            throw new Exception("unexpected value type passed".gettype($value));
138 138
         }
139 139
     }
140 140
 
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
      * marchalObject attaches all children transforming the DeviceXMLmain structure
193 193
      * to the root
194 194
      */
195
-    public function marshalObject($node, $name, $object, $namespace=NULL, $root=false)
195
+    public 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.