Skip to content

Commit ce78cfc

Browse files
xepozzgithub-actions[bot]
authored andcommitted
Apply Rector changes (CI)
1 parent 8bf9840 commit ce78cfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Renderer/HtmlRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ final class HtmlRenderer implements ThrowableRendererInterface
108108
*/
109109
private ?array $vendorPaths = null;
110110

111-
private SolutionGenerator $solutionGenerator;
111+
private readonly SolutionGenerator $solutionGenerator;
112112

113113
/**
114114
* @param array $settings (deprecated) Settings can have the following keys:

src/Solution/SolutionGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public function __construct(
1010
/**
1111
* @var SolutionGeneratorInterface[]
1212
*/
13-
private array $generators,
13+
private readonly array $generators,
1414
) {
1515
}
1616

0 commit comments

Comments
 (0)