Skip to content

Commit

Permalink
sa: Fix type.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jan 6, 2022
1 parent 4b30552 commit dca22ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RandomIterableAggregate.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
final class RandomIterableAggregate implements IteratorAggregate
{
/**
* @var IteratorAggregate<int, array{0: TKey, 1: T}>
* @var PackIterableAggregate<TKey, T>
*/
private IteratorAggregate $iteratorAggregate;
private PackIterableAggregate $iteratorAggregate;

private int $seed;

Expand Down

0 comments on commit dca22ca

Please sign in to comment.