Overrides StyleInterface::section
public function section(string $message) : void { $this->autoPrependBlock(); $this->writeln([ \sprintf('<comment>%s</>', OutputFormatter::escapeTrailingBackslash($message)), \sprintf('<comment>%s</>', str_repeat('-', Helper::width(Helper::removeDecoration($this->getFormatter(), $message)))), ]); $this->newLine(); }