Skip to content

Commit

Permalink
Fixed error using new Laravel 11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
buismaarten authored Jan 11, 2024
1 parent 7430569 commit a84aa0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Recorders/DumpRecorder/HtmlDumper.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class HtmlDumper extends BaseHtmlDumper
{
protected $dumpHeader = '';
protected ?string $dumpHeader = '';

public function dumpVariable($variable): string
{
Expand Down

0 comments on commit a84aa0e

Please sign in to comment.