Skip to content

Commit

Permalink
fix: add missing readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Nov 29, 2023
1 parent 9f2785f commit d6f977c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/Rector/UnderscoreToCamelCaseVariableNameRector.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ final class UnderscoreToCamelCaseVariableNameRector extends AbstractRector

public function __construct(
private readonly ReservedKeywordAnalyzer $reservedKeywordAnalyzer,
private PhpDocInfoFactory $phpDocInfoFactory
private readonly PhpDocInfoFactory $phpDocInfoFactory
) {
}

Expand Down

0 comments on commit d6f977c

Please sign in to comment.