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] Improve readability of php-cs-fixer configuration #1553

Conversation

d-s-codappix
Copy link
Contributor

We now use addRules() method instead of fiddling around with an array of rules.
It allows us to overwrite existing rules, or even disable existing rules by setting them to false.

We now use `addRules()` method instead of fiddling around with an
array of rules.
It allows us to overwrite existing rules, or even disable existing rules
by setting them to `false`.
@oliverklee oliverklee added this to the 4.0.0: Breaking changes milestone Jan 16, 2025
@oliverklee oliverklee enabled auto-merge (squash) January 16, 2025 08:02
@oliverklee oliverklee merged commit 0dcc435 into TYPO3BestPractices:main Jan 16, 2025
56 checks passed
@d-s-codappix d-s-codappix deleted the improve-readability-of-cs-fixer-config branch January 16, 2025 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants