File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments