phpstan fix command
Some checks failed
CI / testsuite (mysql, 8.2, ) (push) Successful in 6m22s
CI / testsuite (pgsql, 8.4, ) (push) Has been cancelled
CI / testsuite (sqlite, 8.2, ) (push) Has been cancelled
CI / testsuite (mysql, 8.4, ) (push) Has been cancelled
CI / testsuite (pgsql, 8.2, ) (push) Has been cancelled
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Has been cancelled
CI / testsuite (sqlite, 8.4, ) (push) Has been cancelled
CI / Coding Standard & Static Analysis (push) Has been cancelled

This commit is contained in:
2026-01-23 00:25:21 -08:00
parent d0936e789f
commit 214d612d54

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