mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
README: remove console-related tip
This commit is contained in:
parent
fc86298e60
commit
0367f5c693
@ -126,12 +126,6 @@ vendor/bin/rector process src --level symfony40 --dry-run
|
||||
vendor/bin/rector process src --level symfony40
|
||||
```
|
||||
|
||||
Tip: To process just specific subdirectories, you can use [fnmatch](http://php.net/manual/en/function.fnmatch.php) pattern:
|
||||
|
||||
```bash
|
||||
vendor/bin/rector process "src/Symfony/Component/*/Tests" --level phpunit60 --dry-run
|
||||
```
|
||||
|
||||
### B. Custom Sets
|
||||
|
||||
1. Create `rector.yaml` with desired Rectors:
|
||||
|
Loading…
x
Reference in New Issue
Block a user