diff --git a/src/Output/Color.php b/src/Output/Color.php index ae2feb3..2c5a763 100644 --- a/src/Output/Color.php +++ b/src/Output/Color.php @@ -96,7 +96,7 @@ public function info(string $text, array $style = []): string } /** - * Returns the color code for a 256 background color + * Returns the color code for a 256 background color. */ public function bg256(int $code) { @@ -104,7 +104,7 @@ public function bg256(int $code) } /** - * Returns the color code for a 256 foreground color + * Returns the color code for a 256 foreground color. */ public function fg256(int $code) {