@@ -41,7 +41,7 @@ |
||
41 | 41 | $this->offsetSet($key, $data + $default); |
42 | 42 | } |
43 | 43 | elseif (is_scalar($data)) { |
44 | - $this->offsetSet($key, $data . $default); |
|
44 | + $this->offsetSet($key, $data.$default); |
|
45 | 45 | } |
46 | 46 | return $this; |
47 | 47 | } |