Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
php-cs-fixer.phar | 2025-03-31 | 3.3 MB | |
php-cs-fixer.phar.asc | 2025-03-31 | 566 Bytes | |
README.md | 2025-03-31 | 1.7 kB | |
v3.75.0 Persian Successor source code.tar.gz | 2025-03-31 | 570.3 kB | |
v3.75.0 Persian Successor source code.zip | 2025-03-31 | 1.1 MB | |
Totals: 5 Items | 4.9 MB | 0 |
What's Changed
- feat:
ClassAttributesSeparationFixer
- add support for asymmetric visibility by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8518 - fix:
NativeFunctionInvocationFixer
- fix for property hooks by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8540 - deps: bump the phpstan group in /dev-tools with 2 updates by @dependabot in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8537
- chore:
FunctionsAnalyzerTest
cleanup by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8539 - chore: add return types for data providers for fixers by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8542
- chore: add return types for data providers for non-fixers by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8543
- chore: add return types for remaining data providers by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8544
- chore: make data providers key type
string
if all the keys are strings by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8545 - chore: SwitchContinueToBreakFixerTest - improve test case descriptions/typehint by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8546
- test: ProjectCodeTest::testDataProvidersDeclaredReturnType - allow for int as iterable keys by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8548
- chore: make data providers key type
int
if all the keys are strings by @kubawerlos in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8550
Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.74.0...v3.75.0