Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
php-cs-fixer.phar | 2025-03-19 | 3.3 MB | |
php-cs-fixer.phar.asc | 2025-03-19 | 566 Bytes | |
README.md | 2025-03-19 | 1.5 kB | |
v3.73.0 Persian Successor source code.tar.gz | 2025-03-19 | 569.1 kB | |
v3.73.0 Persian Successor source code.zip | 2025-03-19 | 1.1 MB | |
Totals: 5 Items | 4.9 MB | 0 |
What's Changed
- refactor:
Tokenizer
hash metode usingxxHash
by @ddevsr in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8491 - fix:
MethodArgumentSpaceFixer
- handle when nested in HTML by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8503 - fix:
GeneralPhpdocTagRenameFixer
- do not rename keys in array shape definition by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8477 - test: run code coverage on PHP 8.4 by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8448
- refactor:
TokensAnalyzerTest
- better testisArray
andisArrayMultiLine
by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8504 - DX: cleanup
NoExtraBlankLinesFixerTest
by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8505 - DX: remove more duplicated test methods by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8506
- DX: for duplicated test methods check methods without parameters by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8508
- feat: add support for asymmetric visibility to Doctrine's fixers by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8415
- chore: update
checkbashisms
to 2.25.5 by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8519
New Contributors
- @ddevsr made their first contribution in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8491
Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.72.0...v3.73.0