🔧
This commit is contained in:
@@ -8,7 +8,12 @@ use Symfony\Component\VarDumper\Dumper\HtmlDumper as BaseHtmlDumper;
|
||||
|
||||
class HtmlDumper extends BaseHtmlDumper
|
||||
{
|
||||
protected $dumpHeader = '';
|
||||
public function __construct($output = null, string $charset = null, int $flags = 0)
|
||||
{
|
||||
parent::__construct($output, $charset, $flags);
|
||||
|
||||
$this->setDumpHeader('');
|
||||
}
|
||||
|
||||
public function dumpVariable($variable): string
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user