8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876a3ff commit 232ebc3Copy full SHA for 232ebc3
components/finder.rst
@@ -82,7 +82,10 @@ directory to use for the search::
82
Search in several locations by chaining calls to
83
:method:`Symfony\\Component\\Finder\\Finder::in`::
84
85
+ // search inside *both* directories
86
$finder->files()->in(array(__DIR__, '/elsewhere'));
87
+
88
+ // same as above
89
$finder->in(__DIR__)->in('/elsewhere');
90
91
Use wildcard characters to search in the directories matching a pattern::
0 commit comments