Skip to content

Commit 97f3641

Browse files
authored
Update src/Renderer/HtmlRenderer.php
1 parent 6cdb590 commit 97f3641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renderer/HtmlRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ final class HtmlRenderer implements ThrowableRendererInterface
127127
* information.
128128
* @param int|null $maxSourceLines The maximum number of source code lines to be displayed. Defaults to 19.
129129
* @param int|null $maxTraceLines The maximum number of trace source code lines to be displayed. Defaults to 13.
130-
* @param string|null $traceHeaderLine Deprecated, use {@see traceLink} instead of. The trace header line with
130+
* @param string|null $traceHeaderLine Deprecated, use {@see traceLink} instead. The trace header line with
131131
* placeholders to be substituted. Defaults to null.
132132
* @param Closure|string|null $traceLink The trace link. It can be a string with placeholders `file` and `line` to
133133
* be substituted or a closure that accepts `file` and `line` parameters and returns a string or null. Examples:

0 commit comments

Comments
 (0)