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 a41895f commit 7155e74Copy full SHA for 7155e74
.github/workflows/rector.yml
@@ -61,6 +61,4 @@ jobs:
61
fi
62
63
- name: Analyze for refactoring
64
- run: |
65
- composer global require --dev rector/rector:^0.15.1
66
- rector process --dry-run --no-progress-bar
+ run: vendor/bin/rector process --dry-run --no-progress-bar
0 commit comments