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 5, 2021
1 parent 63da7be commit c6a6ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/CodingStyle/Rector/Use_/RemoveUnusedAliasRector.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function refactor(Node $node): ?Node
}

$searchNode = $this->resolveSearchNode($node);
if (! $searchNode instanceof \PhpParser\Node) {
if (! $searchNode instanceof Node) {
return null;
}

Expand Down

0 comments on commit c6a6ea9

Please sign in to comment.