8000 Merge branch '2.8' into 3.4 · symfony/symfony-docs@f380e04 · GitHub
[go: up one dir, main page]

Skip to content

Commit f380e04

Browse files
committed
Merge branch '2.8' into 3.4
* 2.8: Fixing type
2 parents fd15ead + 9ef5e2c commit f380e04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/finder.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ the Finder instance.
5151

5252
.. tip::
5353

54-
A Finder instance is a PHP :phpclass:`Iterator`. So, in addition to iterating over the
54+
A Finder instance is a PHP :phpclass:`IteratorAggregate`. So, in addition to iterating over the
5555
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
56+
:phpfunction:`iterator_to_array` function, or get the number of items with
5757
:phpfunction:`iterator_count`.
5858

5959
.. caution::

0 commit comments

Comments
 (0)
0