Skip to content

Commit 845f201

Browse files
Merge branch '6.3' into 6.4
* 6.3: (27 commits) [Filesystem] Follow symlinks when dumping files [Security] Add clock dependency to OidcTokenHandler [DependencyInjection] Escape `%` from parameter-like default values [SecurityBundle] add missing xsd definition for OIDC [FrameworkBundle] remove support for preloading ESM modules using headers Fix tests [SecurityBundle] Fix configuring OIDC user info token handler client [Notifier] Fix ContactEveryoneOptions CS fix [FrameworkBundle][PhpUnitBridge] Configure doctrine/deprecations as expected [HttpKernel] Fix default value ignored with pinned resolvers Fix unable to use asset mapper with CSP Fix Typos Ignore definitions bearing the `container.excluded` tag Bump Symfony version to 6.3.0 Update VERSION for 6.3.0-RC2 Update CHANGELOG for 6.3.0-RC2 Bump Symfony version to 6.2.12 Update VERSION for 6.2.11 Update CHANGELOG for 6.2.11 ...
2 parents 89e308f + 8788808 commit 845f201

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)