@@ -31,7 +31,7 @@ |
||
| 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 | } |