Skip to content

Commit

Permalink
feat(iterable): deprecate find() (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored Sep 12, 2024
1 parent 661b21b commit ec9c5cd
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 ec9c5cd

Please sign in to comment.