Skip to content

Releases: kubawerlos/php-cs-fixer-custom-fixers

v3.35.1

28 Sep 18:44
2a35f80
Compare
Choose a tag to compare
  • NoExtraBlankLinesFixer must run before FunctionParameterSeparationFixer (#1097)

v3.35.0

27 Sep 11:36
7c3d422
Compare
Choose a tag to compare
  • Extend PhpdocPropertySortedFixer to support @property-read and @property-write (#1088)
  • PhpdocNoIncorrectVarAnnotationFixer - keep string literals (#1096)

v3.34.0

21 Sep 10:47
230dd01
Compare
Choose a tag to compare
  • Rename PhpDocPropertySorterFixer to PhpdocPropertySortedFixer (#1090)

v3.33.0

11 Sep 20:27
Compare
Choose a tag to compare
  • Add PhpDocPropertySorterFixer (#1085)
  • Deprecate PhpdocTagNoNamedArgumentsFixer (#1087)
  • Update minimum PHP CS Fixer version to 3.87.0 (#1087)

v3.32.0

01 Aug 06:11
c3a815a
Compare
Choose a tag to compare
  • Add FunctionParameterSeparationFixer (#1068)
  • Update minimum PHP CS Fixer version to 3.85.0 (#1070)

v3.31.1

21 Jul 18:20
2071827
Compare
Choose a tag to compare
  • PromotedConstructorPropertyFixer - do not promote when there is assignment to variable (#1063)

v3.31.0

19 Jul 06:20
4895cc8
Compare
Choose a tag to compare
  • Update minimum PHP CS Fixer version to 3.84.0 (#1061)
  • fix: PhpdocVarAnnotationToAssertFixer - do not convert types from phpstan-type, phpstan-import-type, psalm-type and psalm-import-type (#1061)

v3.30.2

14 Jul 19:34
79e14df
Compare
Choose a tag to compare
  • PhpdocTagNoNamedArgumentsFixer - do not add @no-named-arguments to attribute classes (#1059)

v3.30.1

12 Jul 06:38
636bbba
Compare
Choose a tag to compare
  • PhpdocNoIncorrectVarAnnotationFixer - do not remove PHPDoc when there is an attribute (#1057)

v3.30.0

07 Jul 22:52
0cf921c
Compare
Choose a tag to compare
  • PhpdocNoSuperfluousParamFixer - do not remove callable types (#1055)
  • Update minimum PHP CS Fixer version to 3.82.0 (#1055)