Skip to content

Commit

Permalink
Update IfThenElse operation, add missing typing information.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jul 10, 2021
1 parent d34e218 commit 5f4ef9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Operation/IfThenElse.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ static function (callable $else) use ($condition, $then): Closure {
/**
* @param T $value
* @param TKey $key
* @param Iterator<TKey, T> $iterator
*
* @return T
*/
Expand Down

0 comments on commit 5f4ef9e

Please sign in to comment.