Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fall back to default config for trailing_comma_in_multiline #72

Draft
wants to merge 3 commits into
base: 1.x
Choose a base branch
from

Conversation

Jean85
Copy link
Member

@Jean85 Jean85 commented Apr 15, 2024

This is thanks to PHP-CS-Fixer/PHP-CS-Fixer#7916 that adds trailing_comma_in_multiline to the PER-CS-2.0 ruleset.

This should fix the CI: https://github.com/facile-it/facile-coding-standard/actions/runs/8683344265/job/23816753810

This is thanks to PHP-CS-Fixer/PHP-CS-Fixer#7916 that adds `trailing_comma_in_multiline` to the PER-CS-2.0 ruleset
@Jean85 Jean85 self-assigned this Apr 15, 2024
@Jean85
Copy link
Member Author

Jean85 commented Apr 15, 2024

After df282ad CI starts failing under PHP 7.4 since the trailing argument comma requires PHP 8.0.

We may need to postpone this PR to when we will abandon support for PHP 7.4

@Jean85 Jean85 marked this pull request as draft April 15, 2024 10:59
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