Fix All Code Quality Issues
Instructions
Run rector + cs-fixer:
composer fixOr for a specific file:
./vendor/bin/php-cs-fixer fix "$ARGUMENTS"Run static analysis to check for remaining issues:
composer phpstanRun tests to verify nothing broke:
composer test-compilerSummarize what was fixed and any remaining issues.