Skip to content

Commit 44e5abc

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

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
@@ -81,6 +81,7 @@ public function refactor(Node $node): ?ClassMethod
8181
if (! $this->isName($node, MethodName::CONSTRUCT)) {
8282
return null;
8383
}
84+
8485
$hasChanged = false;
8586
foreach ($node->params as $param) {
8687
if (! $param->isPromoted()) {

0 commit comments

Comments
 (0)