Skip to content

Commit

Permalink
Fix typing information
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jun 25, 2022
1 parent 47c28f5 commit 171c65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReductionIterableAggregate.php
Expand Up @@ -40,7 +40,7 @@ final class ReductionIterableAggregate implements IteratorAggregate
/**
* @param iterable<TKey, T> $iterable
* @param (Closure(W, T, TKey, iterable<TKey, T>): W) $closure
* @param mixed $initial
* @param W $initial
*/
public function __construct(iterable $iterable, Closure $closure, $initial)
{
Expand Down

0 comments on commit 171c65b

Please sign in to comment.