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 f54067b commit d1035adCopy full SHA for d1035ad
components/finder.rst
@@ -53,7 +53,7 @@ the Finder instance.
53
54
A Finder instance is a PHP :phpclass:`Iterator`. So, in addition to iterating over the
55
Finder with ``foreach``, you can also convert it to an array with the
56
- :phpfunction:`iterator_to_array` method, or get the number of items with
+ :phpfunction:`iterator_to_array` function, or get the number of items with
57
:phpfunction:`iterator_count`.
58
59
.. caution::
0 commit comments