Skip to content

Commit

Permalink
phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 8, 2022
1 parent 2b16ac9 commit 58f3574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpParser/Node/BetterNodeFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public function findFirstNonAnonymousClass(array $nodes): ?Node

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

0 comments on commit 58f3574

Please sign in to comment.