Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
php-cs-fixer.phar | 2025-03-27 | 3.3 MB | |
php-cs-fixer.phar.asc | 2025-03-27 | 566 Bytes | |
README.md | 2025-03-27 | 2.1 kB | |
v3.74.0 Persian Successor source code.tar.gz | 2025-03-27 | 570.1 kB | |
v3.74.0 Persian Successor source code.zip | 2025-03-27 | 1.1 MB | |
Totals: 5 Items | 4.9 MB | 2 |
What's Changed
- feat: add
--format=@auto
by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8513 - fix:
BracesPositionFixer
- do not create two consecutive whitespace tokens by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8496 - fix:
PhpUnitMethodCasingFixer
- do not touch anonymous class by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8463 - fix:
PhpUnitAttributesFixer
- handle parentheses after data provider method name by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8510 - fix:
MbStrFunctionsFixer
- fix imports with leading backslash by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8507 - fix:
OrderedImportsFixer
- fix syntax error with grouped use statement and multiple use with comma by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8483 - fix:
OrderedImportsFixer
- do not take the braces part in grouped imports into account by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8459 - fix:
NoUnreachableDefaultArgumentValueFixer
- do not crash on property hook by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8512 - deps: upgrade
PHPStan/*
by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8524 - CI: fix code coverage job by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8520
- CI: ParaUnit not used under MacOS by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8528
- chore:
Preg
- improve types by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8527 - chore: update return type of
FixerOptionInterface::getAllowedValues
by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8530 - chore: make options that have default and allowed sets the same size the same array by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8529
- deps: update PHPStan by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8531
Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.73.1...v3.74.0