Skip to content

Commit

Permalink
Update templates/_call-stack-item.php
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Makarov <[email protected]>
  • Loading branch information
luizcmarin and samdark authored Apr 24, 2024
1 parent a79d63a commit 41d9329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_call-stack-item.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<?php if ($file !== null): ?>
<span class="file-name">
<?= "{$index}. in {$this->htmlEncode($file)}" ?>
<?php if ($this->traceHeaderLine !== null) : ?>
<?php if ($this->traceHeaderLine !== null): ?>
<?= strtr($this->traceHeaderLine, ['{file}' => $file, '{line}' => $line + 1, '{icon}' => $icon]) ?>
<?php endif ?>
</span>
Expand Down

0 comments on commit 41d9329

Please sign in to comment.