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 bb0d522 commit bff0ce6Copy full SHA for bff0ce6
components/finder.rst
@@ -82,7 +82,8 @@ directory to use for the search::
82
Search in several locations by chaining calls to
83
:method:`Symfony\\Component\\Finder\\Finder::in`::
84
85
- $finder->files()->in(__DIR__)->in('/elsewhere');
+ $finder->files()->in(array(__DIR__, '/elsewhere'));
86
+ $finder->in(__DIR__)->in('/elsewhere');
87
88
Use wildcard characters to search in the directories matching a pattern::
89
0 commit comments