Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9ef5e2c

Browse files
committed
minor#10684 Fixing typo (Geekimo)
This PR was submitted for the master branch but it was merged into the 2.8 branch instead (closes#10684).Discussion----------Fixing typoAccording tohttps://github.com/symfony/finder/blob/master/Finder.php#L38, Finder class is an IteratorAggregateCommits-------376201c Fixing type
2 parentsac4c516 +376201c commit9ef5e2c

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)

[8]ページ先頭

©2009-2025 Movatter.jp