- (improvement) Fix overly strict rules for PHPUnit.
- (improvement) Make sure to always import FQCNs.
- (improvement) Fix inside more dirs and simplify the directory logic.
- (bug) Disable
phpdoc_to_comment
as it breaks property PHPDocs without tag. - (bug) Disable
method_chaining_indentation
as it breaks for Symfony Configuration classes.
- (bug) Remove breaking rule.
- (improvement) Fill list of checked custom fixer rules.
- (improvement) Improve comment style in config file.
- (feature) Automatically enable parallel fixing.
- (feature) Update all rules.
- (improvement) Remove and replace deprecated rule usage.
- (improvement) Exclude
secrets
dir.
- (bug) Fix invalid rules.
- (bug) Fix error in README.
Initial release \o/