Skip to content

Commit 44c3beb

Browse files
committed
ci: use verbose PHPStan debugging
1 parent 004f70a commit 44c3beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)