We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96667f4 commit cdeca68Copy full SHA for cdeca68
src/Finder.php
@@ -51,7 +51,7 @@ public static function last(iterable $data, callable $filter): mixed
51
// ensure data is array for end(), key(), current(), prev() usage
52
Assert::isArray($data);
53
54
- // Use end, key, current, prev usage instead of array_reverse() to avoid immediatelly got "Out of memory" on many data
+ // Use end(), key(), current(), prev() usage instead of array_reverse() to avoid immediatelly got "Out of memory" on many data
55
// see https://3v4l.org/IHo2H vs https://3v4l.org/Wqejc
56
57
// go to end of array
0 commit comments