What's Changed
- feat:
VisibilityRequiredFixer
- support final promoted properties by @gharlan in #8835 - chore: simplify
isGivenKind
/equals
/equalsAll
calls by @gharlan in #8843 - fix:
PhpdocToParamTypeFixer
- do not convert types fromphpstan-type
,phpstan-import-type
,psalm-type
andpsalm-import-type
by @kubawerlos in #8842 - chore: introduce FCT for few missing tokens by @keradus in #8845
- docs: Support for new PHP version by @keradus in #8780
- feat: Introduce
NoUselessPrintfFixer
by @paulbalandan in #8820 - feat:
NewExpressionParenthesesFixer
- add toPHP84MigrationSet
by @gharlan in #8788 - chore: remove useless static variables for const content by @gharlan in #8836
- fix:
PhpdocToReturnTypeFixer
- do not convert types fromphpstan-type
,phpstan-import-type
,psalm-type
andpsalm-import-type
by @kubawerlos in #8846 - fix:
PhpdocToPropertyTypeFixer
- do not convert types fromphpstan-type
,phpstan-import-type
,psalm-type
andpsalm-import-type
by @kubawerlos in #8847 - feat:
CastSpacesFixer
- support(void)
cast by @kubawerlos in #8851
Full Changelog: v3.83.0...v3.84.0