Overrides StyleInterface::warning
public function warning(string|array $message) : void { $this->block($message, 'WARNING', 'fg=black;bg=yellow', ' ', true); }