Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #40 Remove duplicated ClassAttributesSeparationFixer and use defa…
…ult 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 config
- Loading branch information