Skip to content

Commit 57a4eab

Browse files
committed
minor #8419 Update finder.rst (salarmehr)
This PR was submitted for the 3.3 branch but it was merged into the 2.7 branch instead (closes #8419). Discussion ---------- Update finder.rst to make it "same as above" Commits ------- d910886 Update finder.rst
2 parents bca3f66 + d910886 commit 57a4eab

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)