8000 [#6917] some tweaks after review · symfony/symfony-docs@232ebc3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 232ebc3

Browse files
committed
[#6917] some tweaks after review
1 parent 876a3ff commit 232ebc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/finder.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ directory to use for the search::
8282
Search in several locations by chaining calls to
8383
:method:`Symfony\\Component\\Finder\\Finder::in`::
8484

85+
// search inside *both* directories
8586
$finder->files()->in(array(__DIR__, '/elsewhere'));
87+
88+
// same as above
8689
$finder->in(__DIR__)->in('/elsewhere');
8790

8891
Use wildcard characters to search in the directories matching a pattern::

0 commit comments

Comments
 (0)
0