| 1 | <?php | ||
| 9 | class ListFormatter implements FormatterInterface, OverrideRestructureInterface | ||
| 10 | { | ||
| 11 | /** | ||
| 12 | * @inheritdoc | ||
| 13 | */ | ||
| 14 | public function write(OutputInterface $output, $data, $options = []) | ||
| 18 | |||
| 19 | /** | ||
| 20 | * @inheritdoc | ||
| 21 | */ | ||
| 22 | public function overrideRestructure($structuredOutput, $configurationData, $options) | ||
| 31 | } | ||
| 32 |