Skip to content

Commit 97394aa

Browse files
committed
run rector once more
1 parent 8285cfb commit 97394aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rules/DowngradePhp84/Rector/FuncCall/DowngradeRoundingModeEnumRector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ public function refactor(Node $node): ?Node
8686
if ($constantName === null) {
8787
return null;
8888
}
89+
8990
$args[2]->value = new ConstFetch(new FullyQualified($constantName));
9091
$hasChanged = true;
9192
}

0 commit comments

Comments
 (0)