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 47e3e57 commit 29f3941Copy full SHA for 29f3941
src/Symfony/Component/ErrorHandler/ErrorRenderer/HtmlErrorRenderer.php
@@ -37,7 +37,7 @@ class HtmlErrorRenderer implements ErrorRendererInterface
37
38
private bool|\Closure $debug;
39
private string $charset;
40
- private string|array|FileLinkFormatter|false $fileLinkFormat;
+ private FileLinkFormatter $fileLinkFormat;
41
private ?string $projectDir;
42
private string|\Closure $outputBuffer;
43
private ?LoggerInterface $logger;
0 commit comments