Skip to content

Commit 3dd8ddd

Browse files
authored
HtmlDumper - setDumpHeader accepts null
1 parent a895407 commit 3dd8ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dumper/HtmlDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function setDisplayOptions(array $displayOptions)
117117
/**
118118
* Sets an HTML header that will be dumped once in the output stream.
119119
*/
120-
public function setDumpHeader(string $header)
120+
public function setDumpHeader(?string $header)
121121
{
122122
$this->dumpHeader = $header;
123123
}

0 commit comments

Comments
 (0)