We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7585a95 + 5408ad7 commit 641043eCopy full SHA for 641043e
Dumper/AbstractDumper.php
@@ -35,7 +35,7 @@ abstract class AbstractDumper implements DataDumperInterface, DumperInterface
35
protected $indentPad = ' ';
36
protected $flags;
37
38
- private $charset;
+ private $charset = '';
39
40
/**
41
* @param callable|resource|string|null $output A line dumper callable, an opened stream or an output path, defaults to static::$defaultOutput
0 commit comments