We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9491dc5 commit d6ef587Copy full SHA for d6ef587
src/Ubiquity/debug/Debugger.php
@@ -226,7 +226,7 @@ private static function showTrace($trace,$index){
226
$line=$trace['line']??0;
227
$callClass=$trace['class']??'no class';
228
$args=$trace['args']??[];
229
- $file=$trace['file'];
+ $file=$trace['file']??'no file';
230
$attr=UString::cleanAttribute($callClass.".".$callFunction);
231
self::$variables[$attr]=[];
232
if($file!=null && \file_exists($file)) {
0 commit comments