From aba070be17d0fabb2d3039f2cb0a0b5b318c4933 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Thu, 12 Sep 2024 14:00:54 +0200 Subject: [PATCH] feat(iterable): deprecate `find()` --- src/iterable.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/iterable.php b/src/iterable.php index ca9f24e..a6d4a59 100644 --- a/src/iterable.php +++ b/src/iterable.php @@ -7,6 +7,8 @@ use Psl\Option\Option; /** + * @deprecated Use {@see \Psl\Iter\search_opt} instead + * * @param iterable $iterable * @param callable(K, T): bool $filterFn *