Skip to content

Commit 8788808

Browse files
Merge branch '6.2' into 6.3
* 6.2: Fix Typos Ignore definitions bearing the `container.excluded` tag Bump Symfony version to 6.2.12 Update VERSION for 6.2.11 Update CHANGELOG for 6.2.11 Bump Symfony version to 5.4.25 Update CONTRIBUTORS for 5.4.24 Update VERSION for 5.4.24 Update CHANGELOG for 5.4.24
2 parents 83ecd3f + dad41ae commit 8788808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Output/AnsiColorMode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ enum AnsiColorMode
2626
case Ansi4;
2727

2828
/*
29-
* 8-bit Ansi colors (240 differents colors + 16 duplicate color codes, ensuring backward compatibility).
29+
* 8-bit Ansi colors (240 different colors + 16 duplicate color codes, ensuring backward compatibility).
3030
* Output syntax is: "ESC[38;5;${foreGroundColorcode};48;5;${backGroundColorcode}m"
3131
* Should be compatible with most terminals.
3232
*/

0 commit comments

Comments
 (0)