Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit232ebc3

Browse files
committed
[#6917] some tweaks after review
1 parent876a3ff commit232ebc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎components/finder.rst‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ directory to use for the search::
8282
Search in several locations by chaining calls to
8383
:method:`Symfony\\Component\\Finder\\Finder::in`::
8484

85+
// search inside *both* directories
8586
$finder->files()->in(array(__DIR__, '/elsewhere'));
87+
88+
// same as above
8689
$finder->in(__DIR__)->in('/elsewhere');
8790

8891
Use wildcard characters to search in the directories matching a pattern::

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp