We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 692b23d commit a10e77cCopy full SHA for a10e77c
README.md
@@ -119,7 +119,7 @@ vendor/bin/rector process Magento2 Magento2Framework PHP_CodeSniffer --dry-run -
119
```
120
The rules from rector that are applied are set inside the config file: `rector.php`
121
122
-The option `--dry-run` allows that the errors are displayed, but the code is not automatically refactored.
+The option `--dry-run` displays errors found, but code is not automatically fixed.
123
124
To run rector for `magento` projects you need to:
125
- Specify the magento path and the autoload file for the magento project:
0 commit comments