Skip to content

Commit 54ca13e

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [Validator] Missing translations for Estonian (et) [HttpFoundation] Prevent duplicated headers when using Early Hints [VarDumper] Fix configuring CliDumper with SYMFONY_IDE env var [Cache] improve BC with 5.4 pools [PhpUnitBridge][VarDumper] fix color detection [CI] Make sure we preserve file->header when we run sync-translations.php [Cache] Fix BC layer with pre-6.1 cache items Review validators.sl.xlf [Mailer][Postmark][Webhook] Don't require tag and metadata [Scheduler] Fix messenger receiver with no alias
2 parents 07dce2c + 16ed5bd commit 54ca13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DeprecationErrorHandler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ private static function hasColorSupport(): bool
403403
// Detect msysgit/mingw and assume this is a tty because detection
404404
// does not work correctly, see https://github.com/composer/composer/issues/9690
405405
if (!@stream_isatty(\STDOUT) && !\in_array(strtoupper((string) getenv('MSYSTEM')), ['MINGW32', 'MINGW64'], true)) {
406-
return true;
406+
return false;
407407
}
408408

409409
if ('\\' === \DIRECTORY_SEPARATOR && @sapi_windows_vt100_support(\STDOUT)) {

0 commit comments

Comments
 (0)