Skip to content

Commit 8d837c8

Browse files
Update rules/Php85/Rector/Class_/FinalPropertyPromotionRector.php
Co-authored-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
1 parent 1d7f092 commit 8d837c8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

rules/Php85/Rector/Class_/FinalPropertyPromotionRector.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ public function __construct(
5757
]);
5858
}
5959

60+
/**
61+
* @return array<class-string<Node>>
62+
*/
6063
public function getNodeTypes(): array
6164
{
6265
return [Class_::class];

0 commit comments

Comments
 (0)