mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-28 04:00:43 +02:00
Suggest that the line is unknown when is null/zero on xdebug link (#638)
This commit is contained in:
@@ -81,7 +81,7 @@ trait HasXdebugLinks
|
||||
'url' => $url,
|
||||
'ajax' => $this->getXdebugShouldUseAjax(),
|
||||
'filename' => basename($file),
|
||||
'line' => (string) $line
|
||||
'line' => (string) $line ?: '?'
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user