Overrides StyleInterface::listing
public function listing(array $elements) : void { $this->autoPrependText(); $elements = array_map(fn($element) => \sprintf(' * %s', $element), $elements); $this->writeln($elements); $this->newLine(); }