1 | <?php |
||
7 | class CsvFormatter implements FormatterInterface |
||
8 | { |
||
9 | /** |
||
10 | * @inheritdoc |
||
11 | */ |
||
12 | public function write($data, $options, OutputInterface $output) |
||
23 | |||
24 | public function writeCsvLines($data, $options, OutputInterface $output) |
||
30 | |||
31 | public function writeCsvLine($data, $options, OutputInterface $output) |
||
35 | |||
36 | protected function csvEscape($data, $delimiter = ',') |
||
45 | } |
||
46 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.