generate overview to docs

This commit is contained in:
Tomas Votruba 2018-04-29 11:03:47 +02:00
parent 249ae5efe2
commit 90e76722e7
3 changed files with 1942 additions and 2 deletions

View File

@ -32,6 +32,8 @@ Rector can:
- [Add typehints based on new types of parent class or interface](/docs/DynamicRectors.md#remove-a-value-object-and-use-simple-type)
- And much more...
...just look at overview of [all available Rectors](/docs/AllRectorsOverview.md)
## Install
```bash

1940
docs/AllRectorsOverview.md Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,5 @@
# How to use Dynamic Rectors?
Dynamic Rectors are classes, that are prepared to do specific operation. You can configure them with list of options, so they modify the case you need.
### Replace a class name