Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
php-cs-fixer.phar | 2025-08-13 | 3.3 MB | |
php-cs-fixer.phar.asc | 2025-08-13 | 566 Bytes | |
README.md | 2025-08-13 | 3.2 kB | |
v3.86.0 Alexander source code.tar.gz | 2025-08-13 | 582.4 kB | |
v3.86.0 Alexander source code.zip | 2025-08-13 | 1.1 MB | |
Totals: 5 Items | 5.0 MB | 4 |
What's Changed
- feat:
NoSuperfluousPhpdocTagsFixer
- support multiline array shapes by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8903 - feat: console application - add completion support by @gharlan in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8887
- feat: introduce
PER-CS3.0
rulsets by @gharlan in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8841 - feat: update
@Symfony
and@PhpCsFixer
sets by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8930 - fix: PhpdocToParamTypeFixerTest - handle types_map for union-types by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8926
- chore:
@phpstan-ignore
for php version check by @gharlan in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8920 - chore:
PhpUnitTestAnnotationFixer
- useforeach
instead offor
by @gharlan in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8911 - chore: AbstractTransformerTestCase - better virtual type naming by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8927
- chore: add TODO for v4 by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8912
- chore: do not call
Reflection*::setAccessible()
in PHP >= 8.1 by @W0rma in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8907 - chore: document .env.example by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8901
- chore: fix
@todo
annotation casing by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8921 - chore: switch to official checkstyle.xsd by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8910
- chore: unify future default of after_heredoc by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8924
- CI: allow PHP 8.5 for failure, till it's officially released and we get the stable support by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8928
- ci: run tests under 8.5 via PHPUnit, as ParaUnit failing by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8933
- CI: temporarily skip problematic tests under Sf v8 by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8919
- deps: bump icanhazstring/composer-unused from 0.9.3 to 0.9.4 in /dev-tools by @dependabot[bot] in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8905
- deps: update and bump dev-tools/composer by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8915
- docs: extend FullOpeningTagFixer samples by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8913
- docs: extend OperatorLinebreakFixer samples by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8914
- docs: more explicit msg for stop using deprecated code by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8922
- DX: .gitignore - ignore php-cs-fixer.cache, as it's existance is possible when using env var by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8929
New Contributors
- @W0rma made their first contribution in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8907
Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.85.1...v3.86.0