Releases: kubawerlos/php-cs-fixer-custom-fixers
Releases · kubawerlos/php-cs-fixer-custom-fixers
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)
v3.29.2
PromotedConstructorPropertyFixer
- handle property hooks (#1052)
v3.29.1
StringableInterfaceFixer
- fix for import with alias of not Stringable
(#1050)
v3.29.0
- Rename all uses of
PhpUnitTestCaseIndicator
to PhpUnitTestCaseAnalyzer
(#1047)
- Update minimum PHP CS Fixer version to 3.77.0 (#1048)
New Contributors
v3.28.0
- Deprecate
MultilinePromotedPropertiesFixer
(#1043)
- Update minimum PHP CS Fixer version to 3.76.1 (#1043)