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 ef31047 commit 1ccb5e0Copy full SHA for 1ccb5e0
components/finder.rst
@@ -50,7 +50,7 @@ the Finder instance.
50
51
.. tip::
52
53
- A Finder instance is a PHP :phpclass:`Iterator`. So, instead of iterating over the
+ A Finder instance is a PHP :phpclass:`Iterator`. So, in addition to iterating over the
54
Finder with ``foreach``, you can also convert it to an array with the
55
:phpfunction:`iterator_to_array` method, or get the number of items with
56
:phpfunction:`iterator_count`.
0 commit comments