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

[TASK] Apply single_line_empty_body from PER-CS2.0 #814

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

s2b
Copy link
Contributor

@s2b s2b commented Sep 26, 2023

PER Coding Style 2.0, which fluid respects with its php-cs-fixer configuration, added a CGL rule to define empty classes, interfaces and functions in one line rather than each brace on its separate line. php-cs-fixer already enforces this, so this commit adjusts the existing code base.

Executed command:

composer cgl:fix

PER Coding Style 2.0, which fluid respects with its php-cs-fixer
configuration, added a CGL rule to define empty classes, interfaces and functions in one line rather than each brace on its separate line.
php-cs-fixer already enforces this, so this commit adjusts the existing
code base.

Executed command:

composer cgl:fix
@s2b
Copy link
Contributor Author

s2b commented Sep 26, 2023

I'm currently coordinating this change with the TYPO3 Core, stay tuned.

@s2b s2b merged commit 30cdc38 into main Oct 4, 2023
4 checks passed
@s2b s2b deleted the task/single_line_empty_body branch October 4, 2023 08:43
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.

2 participants