We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390d4bf commit c148868Copy full SHA for c148868
README.md
@@ -13,6 +13,7 @@ With [Composer](https://getcomposer.org/):
13
```
14
composer require phpseclib/phpseclib2_rector:~1.0
15
16
+
17
## Usage
18
19
Create a rector.php file with the following contents:
@@ -31,4 +32,4 @@ In the same directory where you created that file you can then run Rector by doi
31
32
vendor/bin/rector process src --dry-run
33
vendor/bin/rector process src
34
-The files in the `src/` directory will either be full on modified or (in the case of `--dry-run`) the changes that would be made will be previewed.
35
+The files in the `src/` directory will either be full on modified or (in the case of `--dry-run`) the changes that would be made will be previewed.
0 commit comments