| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-20 | 3.6 kB | |
| v3.90.0 Folding Bike source code.tar.gz | 2025-11-20 | 506.0 kB | |
| v3.90.0 Folding Bike source code.zip | 2025-11-20 | 1.1 MB | |
| php-cs-fixer.phar | 2025-11-20 | 3.5 MB | |
| php-cs-fixer.phar.asc | 2025-11-20 | 566 Bytes | |
| Totals: 5 Items | 5.1 MB | 4 | |
What's Changed
- feat: always have
@PHPXxYMigration(:risky)sets for supported PHP versions by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9207 - feat: Finder to find dot-files by default in v4/future-mode by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9187
- fix: manage the space between operator and version on Composer JSON reader by @misaert in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9203
- fix: PhpdocAnnotationWithoutDotFixer lowercases
@paramtype when description starts with all-uppercase word by @mmarseu in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9169 - DX:
describecommand - allow to expose rules without sets via@-alias by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9178 - DX: different name for special configs by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9180
- DX: improve types for
testInvalidConfigurationmethods by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9206 - UX:
describecommand - allow to visualize Set as tree by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9179 - UX: groom warning of PHP mismatch for runtime vs target project minimum supported version by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9202
- UX: Rules override warning by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9188
- chore: Declare support for Symfony 8 by @Kocal in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9172
- chore: add missing v4 TODOs by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9197
- chore: mark one remaining Analyzer to become internal by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9194
- chore: mark v2 leftovers with v4 TODO by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9181
- chore: no need for deprecation trigger in internal DataProviderAnalysis by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9192
- deps: bump crate-ci/typos from 1.38.1 to 1.39.0 by @dependabot[bot] in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9175
- deps: bump crate-ci/typos from 1.39.0 to 1.39.2 by @dependabot[bot] in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9205
- deps: bump the phpstan group in /dev-tools with 2 updates by @dependabot[bot] in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9204
- docs: rework
.php-cs-fixer.phplocal config file docs by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9185 - docs: update Set descriptions by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9183
- refactor: move assertions from
tearDownintoassertPostConditionsto fixTest code or tested code did not remove its own error handlerswarning by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9182 - refactor: prevent tests to use actual repository
.php-cs-fixer.dist.phpfile by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9177 - test: add more test(s) for ComposerJsonReader by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9200
- test: ensure calling parent method from hook-alike methods by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9184
New Contributors
- @mmarseu made their first contribution in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9169
- @misaert made their first contribution in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9203
Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.89.2...v3.90.0