Skip to content

Commit 70fd6f9

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

rules/DowngradePhp85/Rector/Class_/DowngradeFinalPropertyPromotionRector.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,10 @@ public function refactor(Node $node): ?ClassMethod
9898
$this->addPhpDocTag($param);
9999

100100
}
101-
if ($hasChanged) {
102-
return $node;
103-
}
101+
102+
if ($hasChanged) {
103+
return $node;
104+
}
104105
return null;
105106
}
106107

0 commit comments

Comments
 (0)