diff --git a/src/Psl/Iter/apply.php b/src/Psl/Iter/apply.php index b5cf68f9..f41c4eea 100644 --- a/src/Psl/Iter/apply.php +++ b/src/Psl/Iter/apply.php @@ -12,7 +12,7 @@ * @template T * * @param iterable $iterable Iterable to apply on - * @param (Closure(T): void) $function Apply function + * @param (Closure(T): mixed) $function Apply function */ function apply(iterable $iterable, Closure $function): void {