-
Notifications
You must be signed in to change notification settings - Fork 1
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
remove ConcatSpaceFixer #15
Comments
symfony standards do not use spacing after |
The PER-CS2.0 ruleset of Symfony doesn't match the documentation. https://symfony.com/doc/current/contributing/code/standards.html#structure
https://cs.symfony.com/doc/ruleSets/PER-CS2.0.html
I prefer a space around the dot, which makes things more readable. |
@marcwieland95 i did not know that both ways are documented. In that case we can use the more used |
The PER-CS2.0 ruleset of Symfony doesn't match the documentation. We choose the more readable version, which is also part of the official PER-CS2.0 ruleset (https://cs.symfony.com/doc/ruleSets/PER-CS2.0.html) #15
The PER-CS2.0 ruleset of Symfony doesn't match the documentation. We choose the more readable version, which is also part of the official PER-CS2.0 ruleset (https://cs.symfony.com/doc/ruleSets/PER-CS2.0.html) #15
I added it accordingly into the v2.0.0 release |
remove ConcatSpaceFixer in
whatwedo-symfony.php
The text was updated successfully, but these errors were encountered: