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 06bf83f commit b6c5be9Copy full SHA for b6c5be9
Resources/views/trace.html.php
@@ -11,7 +11,7 @@
11
<?php if ($trace['file']) { ?>
12
<?php
13
$lineNumber = $trace['line'] ?: 1;
14
- $fileLink = $this->getFileLink($trace['file'], $lineNumber);
+ $fileLink = $this->fileLinkFormat->format($trace['file'], $lineNumber);
15
$filePath = strtr(strip_tags($this->formatFile($trace['file'], $lineNumber)), [' at line '.$lineNumber => '']);
16
$filePathParts = explode(\DIRECTORY_SEPARATOR, $filePath);
17
?>
0 commit comments