Skip to content

Commit

Permalink
Update CallableTypeCollector.php
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Dec 6, 2024
1 parent 48bb62f commit 2e4ed64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Collectors/Callable_/CallableTypeCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use TomasVotruba\UnusedPublic\Configuration;

/**
* @implements Collector<FuncCall, non-empty-array<string>|null>
* @implements Collector<Expr\Array_, non-empty-array<string>|null>
*/
final readonly class CallableTypeCollector implements Collector
{
Expand Down

0 comments on commit 2e4ed64

Please sign in to comment.