Skip to content

Commit ec9c5cd

Browse files
authored
feat(iterable): deprecate find() (#56)
1 parent 661b21b commit ec9c5cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/iterable.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
use Psl\Option\Option;
88

99
/**
10+
* @deprecated Use {@see \Psl\Iter\search_opt} instead
11+
*
1012
* @param iterable<K, T> $iterable
1113
* @param callable(K, T): bool $filterFn
1214
*

0 commit comments

Comments
 (0)