- Quickfix from error found during PHP 8 migration
This commit is contained in:
parent
08a8683d59
commit
863bd8d094
|
@ -26,8 +26,8 @@ class Dump {
|
|||
public function renderArray() {
|
||||
return [
|
||||
'content' => $this->content,
|
||||
'file' => $this->trace['file'],
|
||||
'line' => $this->trace['line'],
|
||||
'file' => $this->trace['file'] ?? '?',
|
||||
'line' => $this->trace['line'] ?? '?',
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue