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.
1 parent 1773b3d commit 5408ad7Copy full SHA for 5408ad7
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