Skip to content

Commit

Permalink
[VarDumper] fix resetting the "bold" state in CliDumper
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Oct 10, 2019
1 parent 31fcf93 commit 21645a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/VarDumper/Dumper/CliDumper.php
Expand Up @@ -28,7 +28,7 @@ class CliDumper extends AbstractDumper
protected $maxStringWidth = 0;
protected $styles = [
// See http://en.wikipedia.org/wiki/ANSI_escape_code#graphics
'default' => '38;5;208',
'default' => '0;38;5;208',
'num' => '1;38;5;38',
'const' => '1;38;5;208',
'str' => '1;38;5;113',
Expand Down

0 comments on commit 21645a5

Please sign in to comment.