Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
php-cs-fixer.phar | 2025-07-14 | 3.3 MB | |
php-cs-fixer.phar.asc | 2025-07-14 | 566 Bytes | |
README.md | 2025-07-14 | 1.2 kB | |
v3.83.0 Alexander source code.tar.gz | 2025-07-14 | 579.5 kB | |
v3.83.0 Alexander source code.zip | 2025-07-14 | 1.1 MB | |
Totals: 5 Items | 5.0 MB | 0 |
What's Changed
- feat: Suppress enable parallel runner message when only 1 core is available by @mvorisek in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8833
- fix:
NoUnreachableDefaultArgumentValueFixer
- do not crash on property hook by @gharlan in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8838 - fix: BracesPositionFixer - fix performance issue for massive files with CT::T_CURLY_CLOSE by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8830
- CI: mark jobs allow-to-fail declarative, instead of imperative check by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8829
- chore:
FullyQualifiedStrictTypesFixer
- reduce function calls by @gharlan in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8834 - chore: apply native_constant_invocation for build-in consts by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8837
- chore: configure native_constant_invocation by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8840
- chore: early compat check with Symfony 8 by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8827
Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.82.2...v3.83.0