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 Jan 8, 2022
1 parent 58f3574 commit 620d2b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PhpParser/Node/BetterNodeFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ public function findFirstNonAnonymousClass(array $nodes): ?Node
}

/**
* @param Node|Node[] $nodes
* @param callable(Node $node): bool $filter
* @param Node|Node[] $filters
* @param callable(Node $filter): bool $filter
*/
public function findFirst(Node | array $nodes, callable $filter): ?Node
{
Expand Down

0 comments on commit 620d2b3

Please sign in to comment.