mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -85,7 +85,7 @@ class ColorCLI
|
||||
*/
|
||||
public static function tmuxOrange($str): string
|
||||
{
|
||||
return "\033[38;5;" . color("$str\033[0m\n")->yellow()->dark();
|
||||
return "\033[38;5;".color("$str\033[0m\n")->yellow()->dark();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user