Skip to content

Commit eaf1702

Browse files
committed
Fix psalm
1 parent dd86795 commit eaf1702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fp/Collections/NonEmptySetTerminalOps.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ public function filterMap(callable $callback): Set;
575575
*
576576
* @template TVO
577577
*
578-
* @param callable(TV): Option<TVO> $callback
578+
* @param callable(mixed...): Option<TVO> $callback
579579
* @return Set<TVO>
580580
*/
581581
public function filterMapN(callable $callback): Set;

0 commit comments

Comments
 (0)