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 95b26fa commit a4aedd7Copy full SHA for a4aedd7
templates/_call-stack-item.php
@@ -34,7 +34,7 @@
34
<?php if ($function !== null): ?>
35
<span class="function-info">
36
<?php
37
- echo $file === null ? "{$index}." : '–';
+ echo $file === null ? "{$index}." : '— ';
38
$function = $class === null ? $function : "$class::$function";
39
40
echo '<span class="function">' . $this->htmlEncode($function) . '</span>';
0 commit comments