Commit 50b55dc
authored
bug #40 Remove duplicated ClassAttributesSeparationFixer and use default config (LucaGallinari)
This PR was merged into the 4.0-dev branch.
Discussion
----------
Sorry but there was an error in the previous PR. The ClassAttributesSeparationFixer is specified twice and the [upgrade.md ](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/3.0/UPGRADE-v3.md)file was misleading: `['elements' => ['method']]` is not a valid config for this fixer.
Btw the default config is ok https://cs.symfony.com/doc/rules/class_notation/class_attributes_separation.html so we can avoid to specify a custom configuration for this fixer.
Commits
-------
ed9634a Remove duplicated ClassAttributesSeparationFixer and use default config1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | 192 | | |
196 | 193 | | |
197 | 194 | | |
| |||
0 commit comments