Commit bcdd588
committed
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 rules1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | | - | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
37 | | - | |
38 | 35 | | |
39 | 36 | | |
40 | | - | |
41 | 37 | | |
42 | 38 | | |
43 | 39 | | |
| |||
0 commit comments