Skip to content

Commit 8f8f9c4

Browse files
committed
Add periods to bg256 and fg256 descriptions
1 parent 45ae4cd commit 8f8f9c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Output/Color.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@ public function info(string $text, array $style = []): string
118118
}
119119

120120
/**
121-
* Returns the color code for a 256 background color
121+
* Returns the color code for a 256 background color.
122122
*/
123123
public function bg256(int $code)
124124
{
125125
return "48;5;{$code}";
126126
}
127127

128128
/**
129-
* Returns the color code for a 256 foreground color
129+
* Returns the color code for a 256 foreground color.
130130
*/
131131
public function fg256(int $code)
132132
{

0 commit comments

Comments
 (0)