···3333composer test
3434```
35353636+To run PHPCS manually:
3737+3838+```bash
3939+composer phpcs
4040+```
4141+4242+To auto-fix what PHPCBF can fix:
4343+4444+```bash
4545+composer phpcbf
4646+```
4747+4848+To run PHPCS automatically in VS Code, install the recommended PHPCS extension from `.vscode/extensions.json` and use the workspace settings in `.vscode/settings.json`.
4949+5050+To run PHPCS before every commit, enable the tracked Git hook with:
5151+5252+```bash
5353+git config core.hooksPath .githooks
5454+```
5555+3656## License
37573858This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.