Skip to content

Commit

Permalink
fix: sa annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 28, 2022
1 parent c97b101 commit 4bae292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReduceIterableAggregate.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @template T
* @template W
*
* @implements IteratorAggregate<TKey|int, W>
* @implements IteratorAggregate<int, W>
*/
final class ReduceIterableAggregate implements IteratorAggregate
{
Expand Down

0 comments on commit 4bae292

Please sign in to comment.