mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
14 lines
589 B
Markdown
14 lines
589 B
Markdown
## 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 `*.php`, run `composer cs-fix` at local machine.
|
|
- [ ] If it's an extension or dependency update, make sure adding related extensions in `src/global/test-extensions.php`.
|
|
- [ ] If you changed the behavior of static-php-cli, update docs in `./docs/`.
|
|
- [ ] If you updated `config/xxx.json` content, run `bin/spc dev:sort-config xxx`.
|