Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 876 Bytes

CHANGELOG.md

File metadata and controls

58 lines (33 loc) · 876 Bytes

1.1.5

  • (improvement) Fix overly strict rules for PHPUnit.

1.1.4

  • (improvement) Make sure to always import FQCNs.

1.1.3

  • (improvement) Fix inside more dirs and simplify the directory logic.

1.1.2

  • (bug) Disable phpdoc_to_comment as it breaks property PHPDocs without tag.
  • (bug) Disable method_chaining_indentation as it breaks for Symfony Configuration classes.

1.1.1

  • (bug) Remove breaking rule.
  • (improvement) Fill list of checked custom fixer rules.
  • (improvement) Improve comment style in config file.

1.1.0

  • (feature) Automatically enable parallel fixing.
  • (feature) Update all rules.
  • (improvement) Remove and replace deprecated rule usage.

1.0.2

  • (improvement) Exclude secrets dir.

1.0.1

  • (bug) Fix invalid rules.
  • (bug) Fix error in README.

1.0.0

Initial release \o/