Skip to content

Commit

Permalink
[ci-review] Rector Rectify
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 19, 2024
1 parent 54a6896 commit 35eced0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ public function refactor(Node $node): ?Node
return null;
}


$methodName = $this->getName($node->name);
if (! is_string($methodName)) {
return null;
Expand Down

0 comments on commit 35eced0

Please sign in to comment.