Skip to content

Commit

Permalink
[ErrorHandler] Make $fileLinkFormat type FileLinkFormatter only
Browse files Browse the repository at this point in the history
  • Loading branch information
nlemoine committed Jun 23, 2023
1 parent 47e3e57 commit 29f3941
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class HtmlErrorRenderer implements ErrorRendererInterface

private bool|\Closure $debug;
private string $charset;
private string|array|FileLinkFormatter|false $fileLinkFormat;
private FileLinkFormatter $fileLinkFormat;
private ?string $projectDir;
private string|\Closure $outputBuffer;
private ?LoggerInterface $logger;
Expand Down

0 comments on commit 29f3941

Please sign in to comment.