You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #1134 Remove duplicated rules (michaelKaefer)
This PR was merged into the master branch.
Discussion
----------
Remove duplicated rules
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
// ...
```
Commits
-------
c44b3ee Remove duplicated rules
0 commit comments