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 ac4c516 commit 376201cCopy full SHA for 376201c
components/finder.rst
@@ -51,7 +51,7 @@ 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` function, or get the number of items with
57
:phpfunction:`iterator_count`.
0 commit comments