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.
2 parents fd15ead + 9ef5e2c commit f380e04Copy full SHA for f380e04
components/finder.rst
@@ -51,9 +51,9 @@ the Finder instance.
51
52
.. tip::
53
54
- A Finder instance is a PHP :phpclass:`Iterator`. So, in addition to iterating over the
+ A Finder instance is a PHP :phpclass:`IteratorAggregate`. 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