Skip to content

Commit

Permalink
Update src/iterable-functions.php
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Podlipsky <[email protected]>
  • Loading branch information
bpolaszek and simPod authored Jun 2, 2024
1 parent 0fc2cd1 commit c9c6d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iterable-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function iterable_values(iterable $iterable): iterable
*
* @param iterable<TKey, TValue> $iterable
*
* @return iterable<array<TKey, TValue>>
* @return iterable<iterable<TKey, TValue>>
*
* @template TKey
* @template TValue
Expand Down

0 comments on commit c9c6d87

Please sign in to comment.