Skip to content

Commit

Permalink
Merge branch 'main' into fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba authored Dec 13, 2023
2 parents 4c65907 + a9cc112 commit 2beb78e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ parameters:

ignoreErrors:
# collectors generics
- '#Parameter (.*?) of method (.*?)Collector::processNode\(\) should be compatible with parameter#'
2 changes: 1 addition & 1 deletion src/Collectors/PublicPropertyCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use TomasVotruba\UnusedPublic\Configuration;

/**
* @implements Collector<Class_, array<array{class-string, string, int}>>
* @implements Collector<InClassNode, array<array{class-string, string, int}>>
*/
final class PublicPropertyCollector implements Collector
{
Expand Down

0 comments on commit 2beb78e

Please sign in to comment.