-
Notifications
You must be signed in to change notification settings - Fork 558
Enhancement: Enable binary_operator_spaces
fixer
#667
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
Conversation
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.
Thank you!
'id' => $id, | ||
'type' => $tipo, | ||
'start' => $sdato, | ||
'end' => $edato, | ||
'recur' => $recur, | ||
'id' => $id, | ||
'type' => $tipo, | ||
'start' => $sdato, | ||
'end' => $edato, | ||
'recur' => $recur, | ||
'recur_day' => $recur_day, | ||
'sdesc' => $sdesc, | ||
'url' => $url, | ||
'ldesc' => base64_decode($ldesc, false), | ||
'country' => $country, | ||
'category' => $category, | ||
'sdesc' => $sdesc, | ||
'url' => $url, | ||
'ldesc' => base64_decode($ldesc, false), | ||
'country' => $country, | ||
'category' => $category, |
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.
I don't like such vertical alignments, but others may, so let's wait a while for possible objections.
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.
For the record, it is also possible to configure the spacing per operator: https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v3.4.0/doc/rules/operator/binary_operator_spaces.rst.
b61ef7a
to
219a7b8
Compare
da7480d
to
6a6d550
Compare
No objections, so I'm going to merge. Thank you, @localheinz! |
Thank you, @cmb69! |
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.
.php-cs-fixer.php
This pull request
binary_operator_spaces
fixermake coding-standards
Follows #559.
πββοΈ For reference, see https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v3.4.0/doc/rules/operator/binary_operator_spaces.rst.