[VarDumper] fix resetting the "bold" state in CliDumper

This commit is contained in:
Nicolas Grekas 2019-10-10 13:03:19 +02:00
parent 31fcf93253
commit 21645a5b96

View File

@ -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',