Skip to content

Update PHP CS Fixer config with @Symfony rules#8

Merged
wtorsi merged 1 commit intomainfrom
feature/php-cs-fixer-config
Feb 16, 2026
Merged

Update PHP CS Fixer config with @Symfony rules#8
wtorsi merged 1 commit intomainfrom
feature/php-cs-fixer-config

Conversation

@wtorsi
Copy link
Contributor

@wtorsi wtorsi commented Feb 16, 2026

Summary

  • Replace @PHP82Migration with @Symfony and @PER-CS rulesets
  • Add native_function_invocation, global_namespace_import, trailing_comma_in_multiline, and array_syntax rules
  • Apply CS Fixer across all 26 affected files in src/ and tests/
  • Add PHP CS Fixer, PER-CS, and Symfony code style badges to README

Test plan

  • All 42 tests pass (108 assertions)
  • composer run-script cs-check reports no violations

🤖 Generated with Claude Code

Replace @PHP82Migration with @symfony and @PER-CS rulesets, add
native_function_invocation, global_namespace_import, and
trailing_comma_in_multiline rules. Apply fixes across all src/ and
tests/ files. Add PHP CS Fixer and code style badges to README.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@wtorsi wtorsi merged commit daf8589 into main Feb 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant