Add solution providers #220
Annotations
2 errors
|
rector / PHP 8.4-ubuntu-latest:
src/Solution/SolutionGenerator.php#L10
ReadOnlyPropertyRector
--- Original
+++ New
@@ -10,7 +10,7 @@
/**
* @var SolutionGeneratorInterface[]
*/
- private array $generators,
+ private readonly array $generators,
) {
}
|
|
rector / PHP 8.4-ubuntu-latest:
src/Renderer/HtmlRenderer.php#L108
ReadOnlyPropertyRector
--- Original
+++ New
@@ -108,7 +108,7 @@
*/
private ?array $vendorPaths = null;
- private SolutionGenerator $solutionGenerator;
+ private readonly SolutionGenerator $solutionGenerator;
/**
* @param array $settings (deprecated) Settings can have the following keys:
|