diff --git a/src/Dump.php b/src/Dump.php index 24fd01b..bf96eee 100644 --- a/src/Dump.php +++ b/src/Dump.php @@ -34,6 +34,9 @@ class Dump { public function renderHtml() { $data = $this->getDumpContent(); + $this->trace['file'] ??= "?"; + $this->trace['line'] ??= "?"; + return <<