8000 bug #33943 [VarDumper] fix resetting the "bold" state in CliDumper (n… · symfony/symfony@49ad46e · GitHub
[go: up one dir, main page]

Skip to content

Commit 49ad46e

Browse files
bug #33943 [VarDumper] fix resetting the "bold" state in CliDumper (nicolas-grekas)
This PR was merged into the 3.4 branch. Discussion ---------- [VarDumper] fix resetting the "bold" state in CliDumper | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- 21645a5 [VarDumper] fix resetting the "bold" state in CliDumper
8000
2 parents 4172225 + 21645a5 commit 49ad46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/VarDumper/Dumper/CliDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class CliDumper extends AbstractDumper
2828
protected $maxStringWidth = 0;
2929
protected $styles = [
3030
// See http://en.wikipedia.org/wiki/ANSI_escape_code#graphics
31-
'default' => '38;5;208',
31+
'default' => '0;38;5;208',
3232
'num' => '1;38;5;38',
3333
'const' => '1;38;5;208',
3434
'str' => '1;38;5;113',

0 commit comments

Comments
 (0)
0