mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
715 B
715 B
What does this PR do?
Checklist before merging
If your PR involves the changes mentioned below and completed the action, please tick the corresponding option. If a modification is not involved, please skip it directly.
- If you modified
*.phpor*.json, run them locally to ensure your changes are valid:composer cs-fixcomposer analysecomposer testbin/spc dev:sort-config
- If it's an extension or dependency update, please ensure the following:
- Add your test combination to
src/globals/test-extensions.php. - If adding new or fixing bugs, add commit message containing
extension testortest extensionsto trigger full test suite.
- Add your test combination to