Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
php-cs-fixer.phar | 2025-07-15 | 3.3 MB | |
php-cs-fixer.phar.asc | 2025-07-15 | 566 Bytes | |
README.md | 2025-07-15 | 1.7 kB | |
v3.84.0 Alexander source code.tar.gz | 2025-07-15 | 579.6 kB | |
v3.84.0 Alexander source code.zip | 2025-07-15 | 1.1 MB | |
Totals: 5 Items | 5.0 MB | 2 |
What's Changed
- feat:
VisibilityRequiredFixer
- support final promoted properties by @gharlan in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8835 - chore: simplify
isGivenKind
/equals
/equalsAll
calls by @gharlan in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8843 - fix:
PhpdocToParamTypeFixer
- do not convert types fromphpstan-type
,phpstan-import-type
,psalm-type
andpsalm-import-type
by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8842 - chore: introduce FCT for few missing tokens by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8845
- docs: Support for new PHP version by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8780
- feat: Introduce
NoUselessPrintfFixer
by @paulbalandan in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8820 - feat:
NewExpressionParenthesesFixer
- add toPHP84MigrationSet
by @gharlan in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8788 - chore: remove useless static variables for const content by @gharlan in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8836
- fix:
PhpdocToReturnTypeFixer
- do not convert types fromphpstan-type
,phpstan-import-type
,psalm-type
andpsalm-import-type
by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8846 - fix:
PhpdocToPropertyTypeFixer
- do not convert types fromphpstan-type
,phpstan-import-type
,psalm-type
andpsalm-import-type
by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8847 - feat:
CastSpacesFixer
- support(void)
cast by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8851
Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.83.0...v3.84.0