Skip to content

Commit c9c6d87

Browse files
bpolaszeksimPod
andauthored
Update src/iterable-functions.php
Co-authored-by: Simon Podlipsky <[email protected]>
1 parent 0fc2cd1 commit c9c6d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iterable-functions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function iterable_values(iterable $iterable): iterable
141141
*
142142
* @param iterable<TKey, TValue> $iterable
143143
*
144-
* @return iterable<array<TKey, TValue>>
144+
* @return iterable<iterable<TKey, TValue>>
145145
*
146146
* @template TKey
147147
* @template TValue

0 commit comments

Comments
 (0)