Skip to content

Commit 376201c

Browse files
ABRAHAM Morganjaviereguiluz
ABRAHAM Morgan
authored andcommitted
Fixing type
According to https://github.com/symfony/finder/blob/master/Finder.php#L38, Finder class is an IteratorAggregate
1 parent ac4c516 commit 376201c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/finder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ 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
5656
:phpfunction:`iterator_to_array` function, or get the number of items with
5757
:phpfunction:`iterator_count`.

0 commit comments

Comments
 (0)