| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| php-cs-fixer.phar | 2025-10-18 | 3.5 MB | |
| php-cs-fixer.phar.asc | 2025-10-18 | 566 Bytes | |
| README.md | 2025-10-18 | 4.9 kB | |
| v3.89.0 Folding Bike source code.tar.gz | 2025-10-18 | 504.2 kB | |
| v3.89.0 Folding Bike source code.zip | 2025-10-18 | 1.1 MB | |
| Totals: 5 Items | 5.1 MB | 0 | |
What's Changed
- feat:
NoUnneededBracesFixer- remove unneeded braces from imports by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9118 - feat: autofix "no-return" phpdoc type to "never" by @EldoranDev in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9073
- feat: support keeping strict_types=0 in DeclareStrictTypesFixer by @mlocati in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9121
- fix:
FullyQualifiedStrictTypesFixer- replacing the real FQCN with a non-existent one by @mspirkov in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8962 - fix:
PhpdocToCommentFixeron property hooks by @Kinqdos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9123 - fix:
PhpUnitMethodCasingFixerto not cause a duplicate method declaration by @jack-worman in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9124 - fix:
StaticLambdaFixer- do not make functionstaticwhen it contains anonymous class having$thisin the constructor by @danog in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9088 - fix:
UseArrowFunctionsFixer- do not produce two consecutive whitespace tokens by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9151 - UX: better gitlab reporting - add content field by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9152
- UX: better gitlab reporting - more user-friendly description field by @a-h-abid in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9141
- UX: better gitlab reporting for location.lines by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9149
- UX: Warn if executed php version is higher than the minimum php version defined in composer.json by @mbolli in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9134
- chore: add UX title pattern by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9132
- chore: explicitly use php interpreter for paraunit by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9126
- chore: extend composer scripts by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9127
- chore: fix shellcheck installation for Darwin by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9125
- chore: replace PHPDocs with
assertcalls by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9144 - deps: bump crate-ci/typos from 1.36.3 to 1.38.1 by @dependabot[bot] in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9136
- deps: bump phpstan/phpstan from 2.1.29 to 2.1.31 in /dev-tools in the phpstan group by @dependabot[bot] in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9129
- deps: bump shipmonk/dead-code-detector from 0.13.3 to 0.13.4 in /dev-tools by @dependabot[bot] in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9135
- deps: bump shipmonk/dead-code-detector from 0.13.4 to 0.13.5 in /dev-tools by @dependabot[bot] in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9146
- deps: bump the phpstan group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9101
- deps: use
shipmonk/composer-dependency-analyserinstead oficanhazstring/composer-unusedandmaglnet/composer-require-checkerby @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9106 - docs: fix docs for
@autoPHPUnitMigration:riskyset by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9147 - docs: improve descriptions for
NoTrailingWhitespace*fixers by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9117 - docs: more explicit docs on --rules by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9114
- docs: update usage documentation for describe --expand and
@by @pereorga in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9119 - DX: Fix
composer qascript by @Wirone in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9138 - refactor:
--option value=>--option=valueby @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9131 - test: Fix result randomness in
RunnerTestfor MacOS by @Wirone in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9139
New Contributors
- @Kinqdos made their first contribution in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9123
- @jack-worman made their first contribution in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9124
- @mbolli made their first contribution in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9134
- @mspirkov made their first contribution in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8962
- @pereorga made their first contribution in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9119
- @a-h-abid made their first contribution in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9141
Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.88.2...v3.89.0