Overrides OutputFormatterInterface::setStyle
public function setStyle(string $name, OutputFormatterStyleInterface $style) : void { $this->styles[strtolower($name)] = $style; }