File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -108,11 +108,6 @@ final class HtmlRenderer implements ThrowableRendererInterface
108108 */
109109 private ?array $ vendorPaths = null ;
110110
111- /**
112- * @var SolutionProviderInterface[]
113- */
114- private array $ solutionProviders ;
115-
116111 /**
117112 * @param array $settings (deprecated) Settings can have the following keys:
118113 * - template: string, full path of the template file for rendering exceptions without call stack information.
@@ -144,7 +139,7 @@ public function __construct(
144139 ?int $ maxSourceLines = null ,
145140 ?int $ maxTraceLines = null ,
146141 ?string $ traceHeaderLine = null ,
147- array $ solutionProviders = []
142+ private readonly array $ solutionProviders = []
148143 ) {
149144 $ this ->markdownParser = new GithubMarkdown ();
150145 $ this ->markdownParser ->html5 = true ;
@@ -166,8 +161,6 @@ public function __construct(
166161 $ this ->traceHeaderLine = $ traceHeaderLine
167162 ?? $ settings ['traceHeaderLine ' ]
168163 ?? null ;
169-
170- $ this ->solutionProviders = $ solutionProviders ;
171164 }
172165
173166 public function render (Throwable $ t , ?ServerRequestInterface $ request = null ): ErrorData
You can’t perform that action at this time.
0 commit comments