Skip to content

Commit

Permalink
Suppress Psalm errors on IteratorFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnieezell committed Jun 25, 2023
1 parent 7fd7cca commit b1a2e1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions system/HotReloader/IteratorFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
/**
* @internal
*
* @extends RecursiveFilterIterator<RecursiveIterator>
* @implements RecursiveIterator<RecursiveIterator>
* @psalm-suppress MissingTemplateParam
*/
final class IteratorFilter extends RecursiveFilterIterator implements RecursiveIterator
{
Expand Down

0 comments on commit b1a2e1d

Please sign in to comment.