Skip to content

Commit

Permalink
#155 Update FolderBrowserTask doc for name_pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
njoubert-cleverage authored and xaviermarchegay committed Jan 8, 2025
1 parent 10c27aa commit bfb04af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/reference/tasks/folder_browser_task.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ Underlying method is [Symfony Finder component](https://symfony.com/doc/current/
Options
-------

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

Example
-------
Expand Down

0 comments on commit bfb04af

Please sign in to comment.