Skip to content

Commit cdeca68

Browse files
committed
comment
1 parent 96667f4 commit cdeca68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Finder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public static function last(iterable $data, callable $filter): mixed
5151
// ensure data is array for end(), key(), current(), prev() usage
5252
Assert::isArray($data);
5353

54-
// Use end, key, current, prev usage instead of array_reverse() to avoid immediatelly got "Out of memory" on many data
54+
// Use end(), key(), current(), prev() usage instead of array_reverse() to avoid immediatelly got "Out of memory" on many data
5555
// see https://3v4l.org/IHo2H vs https://3v4l.org/Wqejc
5656

5757
// go to end of array

0 commit comments

Comments
 (0)