We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f040dd commit 1d93a3fCopy full SHA for 1d93a3f
1 file changed
.github/workflows/test.yml
@@ -171,7 +171,7 @@ jobs:
171
172
- name: Run PHP static analysis tests
173
id: phpstan
174
- run: composer lint:php:stan -- -vvv --error-format=checkstyle | cs2pr
+ run: composer phpstan -- -vvv --error-format=checkstyle | cs2pr
175
176
- name: "Save result cache"
177
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
0 commit comments