@@ -69,6 +69,9 @@ |
||
69 | 69 | } |
70 | 70 | } |
71 | 71 | |
72 | + /** |
|
73 | + * @param FormatterOptions $options |
|
74 | + */ |
|
72 | 75 | protected function writeCsvLine(OutputInterface $output, $data, $options) |
73 | 76 | { |
74 | 77 | $output->write($this->csvEscape($data)); |