Skip to content

Commit d2fe436

Browse files
[automated] Update Rector Dependencies (#3550)
* [automated] Update Rector Dependencies * [rector] Rector fixes --------- Co-authored-by: TomasVotruba <TomasVotruba@users.noreply.github.com> Co-authored-by: GitHub Action <actions@github.com>
1 parent 30b400b commit d2fe436

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/RuleFilter/ValueObject/RuleMetadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final class RuleMetadata
2727
public function __construct(
2828
private readonly string $ruleClass,
2929
private readonly string $description,
30-
private array $codeSamples,
30+
private readonly array $codeSamples,
3131
private readonly array $sets,
3232
private readonly string $rectorRuleFilePath,
3333
) {

0 commit comments

Comments
 (0)