Run the following checks in order, stopping and reporting on the first failure:
- •
composer validate - •
vendor/bin/phpcs src - •
vendor/bin/phpstan analyse src - •
vendor/bin/phpunit
Report a summary of all steps (pass/fail). If everything passes, confirm it is safe to push and open a PR.