djoos / Symfony-coding-standard

Development repository for the Symfony coding standard
MIT License
401 stars 102 forks source link

Whitespace/AssignmentSpacing: make the error auto-fixable #169

Closed jrfnl closed 5 years ago

jrfnl commented 5 years ago

Not sure if the non-autofixable was intentional, but it seemed like an easy sniff to enable auto-fixing for.

Includes .fixed file to test the fixer.

jrfnl commented 5 years ago

The original Travis build failure was unrelated to this PR. Fixed now in a secondary commit.

jrfnl commented 5 years ago

FYI: build failure in PHP 7.4 is related to PHPUnit 4.1.6 being installed instead of PHPUnit 7.....

djoos commented 5 years ago

Thanks for your contribution @jrfnl & @mmoll for the review!

jrfnl commented 5 years ago

You're welcome ;-)