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 bca3f66 commit d910886Copy full SHA for d910886
components/finder.rst
@@ -83,7 +83,7 @@ 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'));
+ $finder->in(array(__DIR__, '/elsewhere'));
87
88
// same as above
89
$finder->in(__DIR__)->in('/elsewhere');
0 commit comments