Skip to content

Commit 7100d85

Browse files
committed
[ci-review] Rector Rectify
1 parent 88d9a29 commit 7100d85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BetterPhpDocParser/Comment/CommentsMerger.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
use Rector\NodeTypeResolver\Node\AttributeKey;
1212
use Rector\PhpParser\Comparing\NodeComparator;
1313

14-
final class CommentsMerger
14+
final readonly class CommentsMerger
1515
{
1616
public function __construct(
17-
private readonly NodeComparator $nodeComparator,
17+
private NodeComparator $nodeComparator,
1818
) {
1919
}
2020

0 commit comments

Comments
 (0)