Skip to content

Commit 1d93a3f

Browse files
committed
ci: fix phpstan command call
1 parent 6f040dd commit 1d93a3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171

172172
- name: Run PHP static analysis tests
173173
id: phpstan
174-
run: composer lint:php:stan -- -vvv --error-format=checkstyle | cs2pr
174+
run: composer phpstan -- -vvv --error-format=checkstyle | cs2pr
175175

176176
- name: "Save result cache"
177177
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3

0 commit comments

Comments
 (0)