Merge branch 'master' of https://git.mcnd.ca/mcndave/dump
This commit is contained in:
commit
7d1bfb6bd3
|
@ -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