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 50e7e62Copy full SHA for 50e7e62
components/finder.rst
@@ -82,7 +82,7 @@ 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
87
Use wildcard characters to search in the directories matching a pattern::
88
0 commit comments