Skip to content

Commit 38d34e3

Browse files
committed
ci: use verbose PHPStan debugging
1 parent 546cef0 commit 38d34e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-php-static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
8383
- name: Run PHP static analysis tests
8484
id: phpstan
85-
run: phpstan analyse -vv --error-format=checkstyle | cs2pr
85+
run: phpstan analyse -vvv --error-format=checkstyle | cs2pr
8686

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

0 commit comments

Comments
 (0)