Loading src/Encoder/CsvEncoder.php +1 −1 Original line number Diff line number Diff line Loading @@ -229,7 +229,7 @@ class CsvEncoder implements EncoderInterface, DecoderInterface { $cell_value = $this->flattenCell($cell_data); } else { $cell_value = $cell_data; $cell_value = (string) $cell_data; } $formatted_row[] = $this->formatValue($cell_value); Loading Loading
src/Encoder/CsvEncoder.php +1 −1 Original line number Diff line number Diff line Loading @@ -229,7 +229,7 @@ class CsvEncoder implements EncoderInterface, DecoderInterface { $cell_value = $this->flattenCell($cell_data); } else { $cell_value = $cell_data; $cell_value = (string) $cell_data; } $formatted_row[] = $this->formatValue($cell_value); Loading