Skip to content

Commit 636afa3

Browse files
authored
Update rules/DowngradePhp85/Rector/Class_/DowngradeFinalPropertyPromotionRector.php
1 parent 44e5abc commit 636afa3

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
@@ -91,6 +91,7 @@ public function refactor(Node $node): ?ClassMethod
9191
if (! $this->visibilityManipulator->hasVisibility($param, Visibility::FINAL)) {
9292
continue;
9393
}
94+
9495
$hasChanged = true;
9596
$this->visibilityManipulator->makeNonFinal($param);
9697

0 commit comments

Comments
 (0)