Skip to content

Commit b9e8ef5

Browse files
committed
ci(phpstan): revert checkstyle disable
1 parent 767dc0b commit b9e8ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
uses: ramsey/composer-install@v2
3838

3939
- name: Run a static analysis with phpstan/phpstan
40-
run: vendor/bin/phpstan
40+
run: vendor/bin/phpstan --error-format=checkstyle | cs2pr

0 commit comments

Comments
 (0)