8000 Update finder.rst · symfony/symfony-docs@d910886 · GitHub
[go: up one dir, main page]

Skip to content

Commit d910886

Browse files
salarmehrwouterj
authored andcommitted
Update finder.rst
1 parent bca3f66 commit d910886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/finder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Search in several locations by chaining calls to
8383
:method:`Symfony\\Component\\Finder\\Finder::in`::
8484

8585
// search inside *both* directories
86-
$finder->files()->in(array(__DIR__, '/elsewhere'));
86+
$finder->in(array(__DIR__, '/elsewhere'));
8787

8888
// same as above
8989
$finder->in(__DIR__)->in('/elsewhere');

0 commit comments

Comments
 (0)
0