Skip to content

Commit 3fd5993

Browse files
committed
[ci-review] Rector Rectify
1 parent 110b0ea commit 3fd5993

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rules/CodeQuality/Rector/FuncCall/SortNamedParamRector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public function refactor(Node $node): ?Node
7575
if ($node instanceof CallLike && $node->isFirstClassCallable()) {
7676
return null;
7777
}
78+
7879
$args = $node instanceof Attribute ? $node->args : $node->getArgs();
7980

8081
if (count($args) <= 1) {

0 commit comments

Comments
 (0)