auditor is an open source project. Contributions made by the community are welcome. Send us your ideas, code reviews, pull requests and feature requests to help us improve this project.
Do not forget to provide unit tests when contributing to this project. Follow instructions in this dedicated README.
Before submitting a pull request, please run the following checks locally:
composer cs-fix # fix code style (PHP CS Fixer)
composer phpstan # static analysis
# or run everything at once:
composer qaFor more details, see the full contributing guide.