djoos / Symfony-coding-standard

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

PHPCS ignore will not break MultiLineArrayComma, fixes #175 #177

Closed xalopp closed 4 years ago

xalopp commented 4 years ago

This PR fixes issues in MultiLineArrayCommaSniff when using PHPCS Ignore comments.

mmoll commented 4 years ago

@djoos WDYT? The OP confirmed that the issue is fixed with this PR.

djoos commented 4 years ago

Thanks @xalopp for the fix and @mmoll for the review and follow-up!