Skip to content

Conversation

@michaelKaefer
Copy link
Contributor

@michaelKaefer michaelKaefer commented Jul 19, 2020

Remove duplicated rules which are already included in @Symfony rules.

To verify that the @Symfony rules include the removed rules see https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.16/src/RuleSet.php or run:

php php-cs-fixer.phar describe @Symfony | grep -A 3 array_syntax
php php-cs-fixer.phar describe @Symfony | grep -A 3 no_superfluous_phpdoc_tags
// ...

Remove duplicated rules which are already included in @symfony rules.

To verify that the `@Symfony` rules include the removed rules see https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.16/src/RuleSet.php or run:
```bash 
php php-cs-fixer.phar describe @symfony | grep -A 3 array_syntax
php php-cs-fixer.phar describe @symfony | grep -A 3 no_superfluous_phpdoc_tags
// ...
```
@javiereguiluz
Copy link
Member

Thanks Michael. I like this kind of contributions because even if it looks small, it removes "noise" and simplifies maintenance. Thanks!

@javiereguiluz javiereguiluz merged commit bcdd588 into symfony:master Jul 31, 2020
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