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 a895407 commit 3dd8dddCopy full SHA for 3dd8ddd
Dumper/HtmlDumper.php
@@ -117,7 +117,7 @@ public function setDisplayOptions(array $displayOptions)
117
/**
118
* Sets an HTML header that will be dumped once in the output stream.
119
*/
120
- public function setDumpHeader(string $header)
+ public function setDumpHeader(?string $header)
121
{
122
$this->dumpHeader = $header;
123
}
0 commit comments