Skip to content

Commit 5408ad7

Browse files
[HttpFoundation] fix return type declarations
1 parent 1773b3d commit 5408ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dumper/AbstractDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ abstract class AbstractDumper implements DataDumperInterface, DumperInterface
3535
protected $indentPad = ' ';
3636
protected $flags;
3737

38-
private $charset;
38+
private $charset = '';
3939

4040
/**
4141
* @param callable|resource|string|null $output A line dumper callable, an opened stream or an output path, defaults to static::$defaultOutput

0 commit comments

Comments
 (0)