Completed
Pull Request — master (#70)
by Maarten
02:44
created
src/Formatters/TsvFormatter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     protected function tsvEscape($data)
32 32
     {
33 33
         return implode("\t", array_map(
34
-            function ($item) {
34
+            function($item) {
35 35
                 if (is_array($item)) {
36 36
                     return $this->tsvEscape($item);
37 37
                 }
Please login to merge, or discard this patch.