We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ae4cd commit 8f8f9c4Copy full SHA for 8f8f9c4
src/Output/Color.php
@@ -118,15 +118,15 @@ public function info(string $text, array $style = []): string
118
}
119
120
/**
121
- * Returns the color code for a 256 background color
+ * Returns the color code for a 256 background color.
122
*/
123
public function bg256(int $code)
124
{
125
return "48;5;{$code}";
126
127
128
129
- * Returns the color code for a 256 foreground color
+ * Returns the color code for a 256 foreground color.
130
131
public function fg256(int $code)
132
0 commit comments