Skip to content

Commit 95c93ae

Browse files
committed
Updated README
1 parent 8127f54 commit 95c93ae

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,12 @@ Get a list of files in a directory by a glob pattern.
6060

6161
```php
6262
Glob::pattern('**.txt')->in('some/file/path');
63-
64-
// Returns a Symfony Finder instance containing files matching the glob
65-
// pattern. (e.g. 'foo.txt', 'foo/bar.txt', 'foo/bar/baz.txt', etc.)
6663
```
6764

65+
Returns a [Symfony Finder Component](https://symfony.com/doc/current/components/finder.html)
66+
containing the files matching the glob pattern within the specified directory
67+
(e.g. `foo.txt`, `foo/bar.txt`, `foo/bar/baz.txt`, etc.).
68+
6869
---
6970

7071
### Exact Match

0 commit comments

Comments
 (0)