Skip to content

Commit 3ec5fda

Browse files
committed
cs
1 parent 31adca8 commit 3ec5fda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rules/Transform/Rector/ArrayDimFetch/ArrayDimFetchToMethodCallRector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ public function refactor(Node $node): array|Expr|null|int
8787
if (! $node->var instanceof ArrayDimFetch) {
8888
return null;
8989
}
90+
9091
return $this->createExplicitMethodCall($node->var, 'set', $node->expr);
9192
}
9293

0 commit comments

Comments
 (0)