We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a094a2 commit fdfdc2eCopy full SHA for fdfdc2e
src/iterable-functions.php
@@ -52,7 +52,7 @@ function iterable_merge(iterable ...$args): iterable
52
*
53
* @return array<array-key, TValue>
54
55
- * @psalm-return ($preserveKeys is true ? array<TKey, TValue> : array<int, TValue>)
+ * @psalm-return ($preserveKeys is true ? array<TKey, TValue> : list<TValue>)
56
* @template TKey of array-key
57
* @template TValue
58
*/
0 commit comments