Skip to content

Commit 3f86d66

Browse files
committed
PHPdoc annotations fix
1 parent 85e7877 commit 3f86d66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function map(callable $mapper, iterable ...$collections): IndexedArray
6868
* @template T
6969
*
7070
* @param iterable<T> $collection
71-
* @param callable(T $item): T $filter
71+
* @param callable(T $item): bool $filter
7272
*
7373
* @return IndexedArray<T>
7474
*/

0 commit comments

Comments
 (0)