Fix

Auto-fix all code quality issues with rector, cs-fixer, and phpstan

phel-lang a841912 530 B Updated

File contents

Fix All Code Quality Issues

Instructions

  1. Run rector + cs-fixer:

    composer fix
    

    Or for a specific file:

    ./vendor/bin/php-cs-fixer fix "$ARGUMENTS"
    
  2. Run static analysis to check for remaining issues:

    composer phpstan
    
  3. Run tests to verify nothing broke:

    composer test-compiler
    
  4. Summarize what was fixed and any remaining issues.

phel-lang/phel-lang/tree/main/.agnostic-ai/skills/fix commit a8419125e5

Frequently asked questions

npx skillmds@latest add phel-lang/fix