Skip to content

Commit

Permalink
feat(iterable): deprecate find()
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Sep 12, 2024
1 parent 661b21b commit aba070b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/iterable.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
use Psl\Option\Option;

/**
* @deprecated Use {@see \Psl\Iter\search_opt} instead
*
* @param iterable<K, T> $iterable
* @param callable(K, T): bool $filterFn
*
Expand Down

0 comments on commit aba070b

Please sign in to comment.