This commit is contained in:
TomasVotruba 2018-02-08 15:27:14 +01:00
parent 16c83243f0
commit 115c3f355e

View File

@ -64,10 +64,10 @@ vendor/bin/rector
### Extra Autoloading
Rector relies on project and autoloading of it's classes. To specify own autoload file, use `--autoload-file` option:
Rector relies on project and autoloading of its classes. To specify own autoload file, use `--autoload-file` option:
```bash
vendor/bin/rector --autoload-file ../project/vendor/autoload.php
vendor/bin/rector process ../project --autoload-file ../project/vendor/autoload.php
```
## How to Reconstruct your Code