Passed
Pull Request — master (#10)
by Joao
01:36
created
src/Row.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -222,7 +222,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.