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 8bf9840 commit ce78cfcCopy full SHA for ce78cfc
src/Renderer/HtmlRenderer.php
@@ -108,7 +108,7 @@ final class HtmlRenderer implements ThrowableRendererInterface
108
*/
109
private ?array $vendorPaths = null;
110
111
- private SolutionGenerator $solutionGenerator;
+ private readonly SolutionGenerator $solutionGenerator;
112
113
/**
114
* @param array $settings (deprecated) Settings can have the following keys:
src/Solution/SolutionGenerator.php
@@ -10,7 +10,7 @@ public function __construct(
10
11
* @var SolutionGeneratorInterface[]
12
13
- private array $generators,
+ private readonly array $generators,
14
) {
15
}
16
0 commit comments