Thank you for your interest in contributing to PHPStan Symfony UX!
See CODE_OF_CONDUCT.md for details on our code of conduct and how to report issues.
- Fork the repository on GitHub
- Clone your fork locally:
git clone https://github.com/YOUR_USERNAME/phpstan-symfony-ux.git cd phpstan-symfony-ux - Install dependencies:
composer install
- PHP 8.2 or higher
- Composer
| Command | Description |
|---|---|
symfony composer qa-fix |
Runs cs-fix + phpstan + tests (run before each commit) |
symfony composer phpstan |
PHPStan analysis of the project |
symfony composer test |
Runs PHPUnit tests |
symfony composer cs |
Checks code style |
symfony composer cs-fix |
Automatically fixes code style |
For detailed instructions on:
- Creating new PHPStan rules
- Writing tests and fixtures
- Code conventions and best practices
- Project structure
Please refer to AGENTS.md.
If you have questions or run into issues:
- Check existing GitHub Issues
- Review the AGENTS.md file for detailed development instructions
- Open a new issue with a clear description
By contributing to this project, you agree that your contributions will be licensed under the MIT License.
Thank you for contributing to PHPStan Symfony UX! 馃帀