Sourced from friendsofphp/php-cs-fixer's releases.
v3.66.1
What's Changed
- docs:
PhpUnitTestCaseStaticMethodCallsFixer
- fix type ofmethods
option and add example with it by@kubawerlos
in PHP-CS-Fixer/PHP-CS-Fixer#8338- chore: NoMultipleStatementsPerLineFixer - be aware of PHP 8.4 property hooks by
@keradus
in PHP-CS-Fixer/PHP-CS-Fixer#8344- chore: update legacy deps by
@keradus
in PHP-CS-Fixer/PHP-CS-Fixer#8342- chore: fix CI for Windows by
@kubawerlos
in PHP-CS-Fixer/PHP-CS-Fixer#8326- deps: update box by
@keradus
in PHP-CS-Fixer/PHP-CS-Fixer#8336- chore: TernaryToElvisOperatorFixer - improvements based on PHPStan detections by
@keradus
in PHP-CS-Fixer/PHP-CS-Fixer#8345Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.66.0...v3.66.1
Sourced from friendsofphp/php-cs-fixer's changelog.
Changelog for v3.66.1
- chore: fix CI for Windows (#8326)
- chore:
NoMultipleStatementsPerLineFixer
- be aware of PHP 8.4 property hooks (#8344)- chore:
TernaryToElvisOperatorFixer
- improvements based on PHPStan detections (#8345)- chore:
PhpUnitTestCaseStaticMethodCallsFixer
- fix type ofmethods
option in documemtation and add example with it (#8338)- chore: update legacy deps (#8342)
- deps: update box (#8336)
cde1867
prepared the 3.66.1 release3c82851
chore: TernaryToElvisOperatorFixer - improvements based on PHPStan
detections...2142cd9
deps: update box (#8336)a67efbd
chore: fix CI for Windows (#8326)0c9c99c
chore: update legacy deps (#8342)d517fbb
chore: NoMultipleStatementsPerLineFixer - be aware of PHP 8.4 property
hooks ...87ed4aa
chore: PhpUnitTestCaseStaticMethodCallsFixer
- fix type of
methods
option...ad0cc30
bumped version