Skip to content

Commit 679f36f

Browse files
authored
Update rules/DowngradePhp85/Rector/Class_/DowngradeFinalPropertyPromotionRector.php
1 parent 70fd6f9 commit 679f36f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rules/DowngradePhp85/Rector/Class_/DowngradeFinalPropertyPromotionRector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public function refactor(Node $node): ?ClassMethod
102102
if ($hasChanged) {
103103
return $node;
104104
}
105+
105106
return null;
106107
}
107108

0 commit comments

Comments
 (0)