Skip to content

Add solution providers #220

Add solution providers

Add solution providers #220

Triggered via pull request July 28, 2025 08:41
@xepozzxepozz
synchronize #127
Status Success
Total duration 29s
Artifacts

rector.yml

on: pull_request_target
Matrix: rector / rector
Fit to window
Zoom out
Zoom in

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: