@@ -80,8 +80,8 @@ |
||
80 | 80 | // Elements of the array - the numbers are formatted as usual, and the dates, dates-with-time, and lines are in |
81 | 81 | // single quotation marks with the same screening rules as above. |
82 | 82 | // as in the TabSeparated format, and then the resulting string is output in InsertRow in double quotes. |
83 | - $value = array_map( |
|
84 | - function ($v) use ($enclosure_esc, $encode_esc) { |
|
83 | + $value = array_map( |
|
84 | + function($v) use ($enclosure_esc, $encode_esc) { |
|
85 | 85 | return is_string($v) ? $this->encodeString($v, $enclosure_esc, $encode_esc) : $v; |
86 | 86 | }, |
87 | 87 | $value |