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

Skip to content

Commit 8a8ba4f

Browse files
chucky2305javiereguiluz
authored andcommitted
Update finder.rst
Added a short note on how to use the finder with FTP. There was nothing written about the need of the trailing slash.
1 parent 530cd76 commit 8a8ba4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/finder.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ It's also possible to ignore directories that you don't have permission to read:
116116

117117
As the Finder uses PHP iterators, you can pass any URL with a supported
118118
`protocol`_::
119+
(Note: Even if you don`t specify a path, your URL should end with a `/`)
119120

120121
$finder->in('ftp://example.com/pub/');
121122

0 commit comments

Comments
 (0)
0