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() {
|
public function renderArray() {
|
||||||
return [
|
return [
|
||||||
'content' => $this->content,
|
'content' => $this->content,
|
||||||
'file' => $this->trace['file'],
|
'file' => $this->trace['file'] ?? '?',
|
||||||
'line' => $this->trace['line'],
|
'line' => $this->trace['line'] ?? '?',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue