@@ -222,7 +222,7 @@ |
||
222 | 222 | return json_decode(json_encode($this->row)); |
223 | 223 | } else { |
224 | 224 | throw new UnexpectedValueException( |
225 | - 'I expected that getRawFormat is array() but ' . gettype($this->row) . ' was given' |
|
225 | + 'I expected that getRawFormat is array() but '.gettype($this->row).' was given' |
|
226 | 226 | ); |
227 | 227 | } |
228 | 228 | } |