Skip to content

Commit

Permalink
fix: update SA annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 7, 2022
1 parent 8c18ff4 commit fae69fe
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/SimpleCachingIteratorAggregate.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@
*/
final class SimpleCachingIteratorAggregate implements IteratorAggregate
{
/**
* // TODO: Remove this when PSalm 5 is released.
*
* @psalm-var CachingIterator<TKey, T>
*
* @phpstan-var CachingIterator<TKey, T, Iterator<TKey, T>>
*/
private CachingIterator $iterator;

/**
Expand Down

0 comments on commit fae69fe

Please sign in to comment.