@@ -134,7 +134,7 @@ discard block |
||
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 |
||
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; |