mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-16 21:08:34 +01:00
Suggest that the line is unknown when is null/zero on xdebug link (#638)
This commit is contained in:
parent
94a16d7874
commit
e903b29e17
@ -81,7 +81,7 @@ trait HasXdebugLinks
|
||||
'url' => $url,
|
||||
'ajax' => $this->getXdebugShouldUseAjax(),
|
||||
'filename' => basename($file),
|
||||
'line' => (string) $line
|
||||
'line' => (string) $line ?: '?'
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user