Skip to content

Commit f5b8eb3

Browse files
fix(docs): Update Rector command in composer.json to remove unnecessary 'src' argument. (#122)
1 parent 60bfe3a commit f5b8eb3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 0.2.1 Under development
44

55
- Bug #121: Update command syntax in `development.md` and `testing.md` for clarity and consistency (@terabytesoftw)
6+
- Bug #122: Update Rector command in `composer.json` to remove unnecessary 'src' argument (@terabytesoftw)
67

78
## 0.2.0 January 24, 2024
89

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"ecs": "./vendor/bin/ecs --fix",
7575
"mutation": "./vendor/bin/infection --threads=4 --ignore-msi-with-no-mutations --min-msi=100 --min-covered-msi=100",
7676
"mutation-static": "./vendor/bin/infection --threads=4 --ignore-msi-with-no-mutations --min-msi=100 --min-covered-msi=100 --static-analysis-tool=phpstan --static-analysis-tool-options='--memory-limit=-1'",
77-
"rector": "./vendor/bin/rector process src",
77+
"rector": "./vendor/bin/rector process",
7878
"static": "./vendor/bin/phpstan --memory-limit=-1",
7979
"sync-metadata": [
8080
"curl -fsSL -o .editorconfig https://raw.githubusercontent.com/yii2-extensions/template/main/.editorconfig",

0 commit comments

Comments
 (0)