phpstan fix command

This commit is contained in:
bs
2026-01-23 00:25:21 -08:00
parent d0936e789f
commit 214d612d54
+1 -1
View File
@@ -127,7 +127,7 @@ jobs:
fi
- name: Run phpstan
run: vendor/bin/phpstan analyse --error-format=github
run: vendor/bin/phpstan analyse src tests --error-format=github
- name: Run phpcs
run: composer cs-check