Commit 776407e
authored
[TASK] Reduce the PHP_CodeSniffer ruleset (#2182)
Nowadays, PHP-CS-Fixer covers most of our code style checking
needs. So we should only have those rules in the PHP_CodeSniffer
configuration that are not covered by PHP-CS-Fixer.
This gets rid of the hassle of resolving rule conflicts between
the two tools.
Also fix some copy'n'paste in the ruleset name.
Fixes #21041 parent 2738862 commit 776407e
1 file changed
+8
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 2 | + | |
7 | 3 | | |
8 | 4 | | |
9 | 5 | | |
10 | | - | |
11 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
0 commit comments