8000 minor #7920 Tiny clarification to Finder component docs (jordanlev) · symfony/symfony-docs@3b8d1bc · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b8d1bc

Browse files
committed
minor #7920 Tiny clarification to Finder component docs (jordanlev)
This PR was submitted for the 3.4 branch but it was merged into the 2.7 branch instead (closes #7920). Discussion ---------- Tiny clarification to Finder component docs Change wording of how to use Finder Iterator (old wording seemed to suggest that you *can't* iterate via `foreach` loop). Commits ------- 1ccb5e0 Tiny clarification to Finder component docs
2 parents ef31047 + 1ccb5e0 commit 3b8d1bc

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
@@ -50,7 +50,7 @@ the Finder instance.
5050

5151
.. tip::
5252

53-
A Finder instance is a PHP :phpclass:`Iterator`. So, instead of iterating over the
53+
A Finder instance is a PHP :phpclass:`Iterator`. So, in addition to iterating over the
5454
Finder with ``foreach``, you can also convert it to an array with the
5555
:phpfunction:`iterator_to_array` method, or get the number of items with
5656
:phpfunction:`iterator_count`.

0 commit comments

Comments
 (0)
0