Skip to content

Commit dffeb1b

Browse files
authored
Merge pull request #636 from anik1ng/4.x
Fix compatibility with the Symfony\Component\VarDumper\Dumper\CliDumper class to prevent errors.
2 parents 40920a4 + b398ccb commit dffeb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/Debug/HtmlDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class HtmlDumper extends SymfonyHtmlDumper
1010
/**
1111
* @var array styles definition for output
1212
*/
13-
protected $styles = [
13+
protected array $styles = [
1414
'default' => 'background-color:#fff; color:#222; line-height:1.2em; font-weight:normal; font:12px Monaco, Consolas, monospace; word-wrap: break-word; white-space: pre-wrap; position:relative; z-index:100000',
1515
'num' => 'color:#a71d5d',
1616
'const' => 'color:#795da3',

0 commit comments

Comments
 (0)