Skip to content

Commit a10e77c

Browse files
committed
AC-1740: Add rectorphp as a dependency to magento-coding-standard and run it as part of the GitHub actions
1 parent 692b23d commit a10e77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ vendor/bin/rector process Magento2 Magento2Framework PHP_CodeSniffer --dry-run -
119119
```
120120
The rules from rector that are applied are set inside the config file: `rector.php`
121121

122-
The option `--dry-run` allows that the errors are displayed, but the code is not automatically refactored.
122+
The option `--dry-run` displays errors found, but code is not automatically fixed.
123123

124124
To run rector for `magento` projects you need to:
125125
- Specify the magento path and the autoload file for the magento project:

0 commit comments

Comments
 (0)