Skip to content

Commit 75c9d0a

Browse files
committed
fix: add missing readonly
1 parent c4756e8 commit 75c9d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/Rector/UnderscoreToCamelCaseVariableNameRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ final class UnderscoreToCamelCaseVariableNameRector extends AbstractRector
4343

4444
public function __construct(
4545
private readonly ReservedKeywordAnalyzer $reservedKeywordAnalyzer,
46-
private PhpDocInfoFactory $phpDocInfoFactory
46+
private readonly PhpDocInfoFactory $phpDocInfoFactory
4747
) {
4848
}
4949

0 commit comments

Comments
 (0)