Bump friendsofphp/php-cs-fixer from 3.49.0 to 3.57.2
Bumps friendsofphp/php-cs-fixer from 3.49.0 to 3.57.2.
Release notes
Sourced from friendsofphp/php-cs-fixer's releases.
v3.57.2 7th Gear
What's Changed
- fix:
PhpUnitTestClassRequiresCoversFixer- attribute detection when class is final by@atomiixin PHP-CS-Fixer/PHP-CS-Fixer#8016- fix: Support named args in
ParallelConfigFactory::detect()by@Wironein PHP-CS-Fixer/PHP-CS-Fixer#8026- chore: Report used memory to 2 decimal digits only by
@mvorisekin PHP-CS-Fixer/PHP-CS-Fixer#8017- docs: Improve Docker usage example by
@Wironein PHP-CS-Fixer/PHP-CS-Fixer#8021- docs: better ConfigurableFixer allowed types by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8024New Contributors
@atomiixmade their first contribution in PHP-CS-Fixer/PHP-CS-Fixer#8016Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.57.1...v3.57.2
v3.57.1 7th Gear
What's Changed
- chore: update PHPDoc in
Preg::matchAllby@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8012- fix: Runner - handle no files while in parallel runner by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8015Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.57.0...v3.57.1
v3.57.0 7th Gear
What's Changed
- feat: Ability to run Fixer with parallel runner 🎉 by
@Wironein PHP-CS-Fixer/PHP-CS-Fixer#7777Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.56.2...v3.57.0
v3.56.2 15 Keys Accelerate
What's Changed
- DX: Install PCov extension for local Docker by
@Wironein PHP-CS-Fixer/PHP-CS-Fixer#8006- DX: Fix Mess Detector violations by
@Wironein PHP-CS-Fixer/PHP-CS-Fixer#8007- chore: update PHPStan by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8010Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.56.1...v3.56.2
v3.56.1 15 Keys Accelerate
What's Changed
- chore: improve PHPDoc typehints by
@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7994- CI: Better array shape in
PhpUnitDedicateAssertFixer(fixes PHPStan/PHP8.3 failures) by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7999- fix:
ConstantCaseFixer- do not touch typed constants by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#7998Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.56.0...v3.56.1
v3.56.0 15 Keys Accelerate
What's Changed
- feat:
TrailingCommaInMultilineFixer- handle trailing comma in language constructs by@OndraMin PHP-CS-Fixer/PHP-CS-Fixer#7989, PHP-CS-Fixer/PHP-CS-Fixer#7990- chore: remove invalid comment by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#7987
... (truncated)
Changelog
Sourced from friendsofphp/php-cs-fixer's changelog.
Changelog for v3.57.2
- docs: better ConfigurableFixer allowed types (#8024)
- docs: Improve Docker usage example (#8021)
- feat: Report used memory to 2 decimal digits only (#8017)
- fix: Support named args in
ParallelConfigFactory::detect()(#8026)- fix:
php_unit_test_class_requires_coversAttribute detection when class is final (#8016)Changelog for v3.57.1
- chore: update PHPDoc in
Preg::matchAll(#8012)- fix: Runner - handle no files while in parallel runner (#8015)
Changelog for v3.57.0
- feat: Ability to run Fixer with parallel runner 🎉 (#7777)
Changelog for v3.56.2
- chore: update PHPStan (#8010)
- DX: Fix Mess Detector violations (#8007)
- DX: Install PCov extension for local Docker (#8006)
Changelog for v3.56.1
- chore: improve PHPDoc typehints (#7994)
- CI: Allow any integer in PHPStan error for Token's constructor (#8000)
- fix: Better array shape in
PhpUnitDedicateAssertFixer(#7999)- fix:
ConstantCaseFixer- do not touch typed constants (#7998)Changelog for v3.56.0
- feat:
TrailingCommaInMultilineFixer- handle trailing comma in language constructs (#7989)- fix:
TrailingCommaInMultilineFixer- language constructs should be covered by arguments, not parameters (#7990)- chore: remove invalid comment (#7987)
- DX: Cache optimisation (#7985)
Changelog for v3.55.0
... (truncated)
Commits
22f7f31prepared the 3.57.2 release4526271fix: Support named args inParallelConfigFactory::detect()(#8026)cd1922bdocs: better ConfigurableFixer allowed types (#8024)6da674adocs: Improve Docker usage example (#8021)731fdd2feat: Report used memory to 2 decimal digits only (#8017)61caa3afix:php_unit_test_class_requires_coversAttribute detection when class is ...ab56bb5bumped version3f7efe6prepared the 3.57.1 release3810546fix: Runner - handle no files while in parallel runner (#8015)4f69067chore: update PHPDoc inPreg::matchAll(#8012)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)