Releases: kubawerlos/php-cs-fixer-custom-fixers
Releases · kubawerlos/php-cs-fixer-custom-fixers
v3.35.1
NoExtraBlankLinesFixer
must run before FunctionParameterSeparationFixer
(#1097)
v3.35.0
- Extend
PhpdocPropertySortedFixer
to support @property-read
and @property-write
(#1088)
PhpdocNoIncorrectVarAnnotationFixer
- keep string literals (#1096)
v3.34.0
- Rename
PhpDocPropertySorterFixer
to PhpdocPropertySortedFixer
(#1090)
v3.33.0
- Add
PhpDocPropertySorterFixer
(#1085)
- Deprecate
PhpdocTagNoNamedArgumentsFixer
(#1087)
- Update minimum PHP CS Fixer version to 3.87.0 (#1087)
v3.32.0
- Add
FunctionParameterSeparationFixer
(#1068)
- Update minimum PHP CS Fixer version to 3.85.0 (#1070)
v3.31.1
PromotedConstructorPropertyFixer
- do not promote when there is assignment to variable (#1063)
v3.31.0
- 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
PhpdocTagNoNamedArgumentsFixer
- do not add @no-named-arguments
to attribute classes (#1059)
v3.30.1
PhpdocNoIncorrectVarAnnotationFixer
- do not remove PHPDoc when there is an attribute (#1057)
v3.30.0
PhpdocNoSuperfluousParamFixer
- do not remove callable types (#1055)
- Update minimum PHP CS Fixer version to 3.82.0 (#1055)