| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| php-cs-fixer.phar | 2026-02-11 | 3.5 MB | |
| php-cs-fixer.phar.asc | 2026-02-11 | 566 Bytes | |
| README.md | 2026-02-11 | 3.1 kB | |
| v3.94.0 7th Gear source code.tar.gz | 2026-02-11 | 517.8 kB | |
| v3.94.0 7th Gear source code.zip | 2026-02-11 | 1.1 MB | |
| Totals: 5 Items | 5.1 MB | 0 | |
What's Changed
- UX: enable parallel runner by default by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9408
- feat:
PhpUnitTestCaseStaticMethodCallsFixer- add PHPUnit 13 assertions by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9410 - feat:
VoidReturnFixer- allow to skip lambdas by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9417 - feat: Add option
casetophpdoc_line_spanfixer by @Kocal in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9391 - feat: PhpdocLineSpanFixer - support docs for classes, trait usages and other code lines by @gharlan in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8832
- chore:
VoidReturnFixer- better describe exceptions by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9418 - chore: fix comment by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9404
- chore: Linter tests for Schrodinger's validity by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9398
- chore: ModernizeStrposFixer - no need for configuration hooks by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9419
- CI: no need for special handling of MacOS by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9403
- deps: bump crate-ci/typos from 1.42.1 to 1.42.3 by @dependabot[bot] in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9395
- deps: bump crate-ci/typos from 1.42.3 to 1.43.2 by @dependabot[bot] in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9405
- deps: bump ergebnis/composer-normalize from 2.48.2 to 2.49.0 in /dev-tools by @dependabot[bot] in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9396
- 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/9394
- deps: upgrade dev-deps by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9411
- DX: use custom name for custom config by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9402
- fix:
NoUnreachableDefaultArgumentValueFixer- fix for closures by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9409 - fix:
UseArrowFunctionsFixer- do not convert closure in attribute by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9416 - fix: absolute path in reports by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9399
- fix: indentation for backed enum with multiline assignment by @mspirkov in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9362
- fix: Runner - fix occasional sub-process freeze on parallel execution with
--stop-on-violationby @Copilot in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9393 - test: create PHP 8.5 risky compat test by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9420
- UX: Do not run interactive configurator when rules are passed explicitly by @Wirone in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9378
Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.93.1...v3.94.0