Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
php-cs-fixer.phar | 2025-07-08 | 3.3 MB | |
php-cs-fixer.phar.asc | 2025-07-08 | 566 Bytes | |
README.md | 2025-07-08 | 739 Bytes | |
v3.82.2 Alexander source code.tar.gz | 2025-07-08 | 578.5 kB | |
v3.82.2 Alexander source code.zip | 2025-07-08 | 1.1 MB | |
Totals: 5 Items | 5.0 MB | 1 |
What's Changed
- fix:
ClassAttributesSeparationFixer
- handle methodget
aliased in trait import by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8822 - fix:
VisibilityRequiredFixer
- handle promoted property with visibility and reference, but without type by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8823 - fix:
LowercaseStaticReferenceFixer
- do not touch enum's cases by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8824 - fix:
StatementIndentationFixer
- multi constant statement containing array by @gharlan in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8825
Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.82.1...v3.82.2