-
Notifications
You must be signed in to change notification settings - Fork 554
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
Enhancement: Update friendsofphp/php-cs-fixer
#849
Conversation
@@ -33,12 +33,18 @@ | |||
], | |||
'indentation_type' => true, | |||
'line_ending' => true, | |||
'new_with_braces' => true, | |||
'new_with_parentheses' => true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This replaces the configuration for the deprecated new_with_braces
fixer, see
'single_space_around_construct' => [ | ||
'constructs_contain_a_single_space' => [ | ||
'yield_from', | ||
], | ||
'constructs_preceded_by_a_single_space' => [], | ||
'constructs_followed_by_a_single_space' => [], | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This replaces the configuration for the deprecated single_space_after_construct
fixer, see
da1ff48
to
352e204
Compare
Thank you, @kamil-tekiela! |
This pull request
friendsofphp/php-cs-fixer
vendor/bin/php-cs-fixer fix
πββοΈ For reference, see PHP-CS-Fixer/PHP-CS-Fixer@v3.4.0...v3.40.2.