Skip to content

Commit bfb04af

Browse files
njoubert-cleveragexaviermarchegay
authored andcommitted
#155 Update FolderBrowserTask doc for name_pattern
1 parent 10c27aa commit bfb04af

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/reference/tasks/folder_browser_task.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Underlying method is [Symfony Finder component](https://symfony.com/doc/current/
2323
Options
2424
-------
2525

26-
| Code | Type | Required | Default | Description |
27-
|-------------------|-------------------------------|:---------:|---------------------------|------------------------------------|
28-
| `folder_path` | `string` | **X** | | Path of the directory to read from |
29-
| `name_pattern` | `null` or `string` or `array` | | null | Restrict files using a pattern |
30-
| `empty_log_level` | `string` | | Psr\Log\LogLevel::WARNING | From Psr\Log\LogLevel constants |
26+
| Code | Type | Required | Default | Description |
27+
|-------------------|-----------------------------|:---------:|---------------------------|----------------------------------------------------------------------------------------|
28+
| `folder_path` | `string` | **X** | | Path of the directory to read from |
29+
| `name_pattern` | `null`, `string` or `array` | | null | Restrict files using a pattern (a regexp, a glob, or a string) or an array of patterns |
30+
| `empty_log_level` | `string` | | Psr\Log\LogLevel::WARNING | From Psr\Log\LogLevel constants |
3131

3232
Example
3333
-------

0 commit comments

Comments
 (0)