Skip to content

Commit b4564da

Browse files
ArshidArshid
authored andcommitted
DowngradeFinalPropertyPromotionRector
1 parent 302dc93 commit b4564da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rules/DowngradePhp85/Rector/Class_/DowngradeFinalPropertyPromotionRector.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ public function makeNonFinal(Param $node): void
110110
$node->flags -= Modifiers::FINAL;
111111
}
112112

113-
private function isFinal(Param $node): bool{
113+
private function isFinal(Param $node): bool
114+
{
114115
return (bool) ($node->flags & Modifiers::FINAL);
115116
}
116117

0 commit comments

Comments
 (0)