Skip to content

Commit

Permalink
docs: Update typing information.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 27, 2020
1 parent 81c0922 commit 0f6431c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Operation/Map.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ static function (Iterator $iterator) use ($callbacks): Generator {
* @param mixed $key
* @psalm-param TKey $key
*
* @psalm-return Closure(T, callable(T, TKey): T): T
* @psalm-return Closure(T, callable(T, TKey, Iterator<TKey, T>): T): T
*/
static fn ($key): Closure =>
/**
Expand Down

0 comments on commit 0f6431c

Please sign in to comment.