We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
iterable_to_array()
1 parent 7136af2 commit 6a094a2Copy full SHA for 6a094a2
src/iterable-functions.php
@@ -47,7 +47,7 @@ function iterable_merge(iterable ...$args): iterable
47
/**
48
* Copy the iterable into an array.
49
*
50
- * @param iterable<array-key, TValue> $iterable
+ * @param iterable<TKey, TValue> $iterable
51
* @param bool $preserveKeys [optional] Whether to use the iterator element keys as index.
52
53
* @return array<array-key, TValue>
0 commit comments