Skip to content

composer(deps): Bump friendsofphp/php-cs-fixer from 3.91.2 to 3.92.0#1330

Merged
localheinz merged 4 commits intomainfrom
dependabot/composer/friendsofphp/php-cs-fixer-3.92.0
Dec 13, 2025
Merged

composer(deps): Bump friendsofphp/php-cs-fixer from 3.91.2 to 3.92.0#1330
localheinz merged 4 commits intomainfrom
dependabot/composer/friendsofphp/php-cs-fixer-3.92.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2025

Bumps friendsofphp/php-cs-fixer from 3.91.2 to 3.92.0.

Release notes

Sourced from friendsofphp/php-cs-fixer's releases.

v3.92.0 Exceptional Exception

We will take you for a little journey to the past... It's October 4th, 2017. Fixer v2.7.1 (🤯) was released 2 days ago. Suddenly, @​mlocati requests path-aware rule sets... not knowing he will eventually implement this only 8 years later 😅.

Back to the present, Fixer now can dynamically change its configured behaviour either by using @php-cs-fixer-ignore, or by implementing RuleCustomisationPolicyInterface and using it via ->setRuleCustomisationPolicy() in config file 💥!

You can read more about it here, but please keep in mind that this feature at this point is considered experimental, and as such it is not covered by the backward compatibility promise. Feel free to experiment with this feature, though, and let us know what you think!

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.91.3...v3.92.0

v3.91.3 Folding Bike

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.91.2...v3.91.3

  • Revert "feat: Symfony - add stringable_for_to_string to set" (#9268)
Changelog

Sourced from friendsofphp/php-cs-fixer's changelog.

Changelog for v3.92.0

  • feat: exception for rules via @php-cs-fixer-ignore annotation (#9280)
  • feat: exception for rules via Rule Customisation Policy (#9107)
  • feat: PhpUnitTestCaseStaticMethodCallsFixer - add handling of getStubBuilder (#9276)
  • feat: PhpUnitTestCaseStaticMethodCallsFixer - add target option (#8498)
  • chore: '.php-cs-fixer.dist.php' - remove no longer needed rule, 'expectedDeprecation' annotation does not exist for long time (#9266)
  • chore: fix arguments.count error from PHPStan (#9258)
  • chore: fix generator.valueType error from PHPStan (#9259)
  • chore: fix plus.*NonNumeric errors from PHPStan (#9260)
  • chore: Runner - better input types handling (#9286)
  • chore: watch out for non-final classes (#9262)
  • chore: Config::getFinder() - fix typehinting (#9288)
  • deps: bump alpine from 3.22 to 3.23 (#9269)
  • deps: bump phpcompatibility/php-compatibility from 10.0.0-alpha1 to 10.0.0-alpha2 in /dev-tools (#9271)
  • deps: bump the phpstan group in /dev-tools with 3 updates (#9270)
  • deps: dev-tools - upgrade deep deps (#9272)
  • docs: exception for rules in dedicated doc files, for easier discoverability (#9281)
  • docs: upgrade docs to not use legacy set (#9282)
  • DX: make all testFix* methods have first parameter $expected (#9289)
  • refactor: fix violation of 'no_useless_concat_operator' (#9267)
  • refactor: ProjectCodeTest - refactor testExpectedInputOrder test (#9290)
  • Revert (partially) "feat: Finder to find dot-files by default in v4/future-mode (#9187)" (#9287)
  • test: RuleSetTest - check against non-deprecated variant of PHPUnit sets (#9265)
  • UX: exception for rules via Rule Customisation Policy - better error message for wrong customisers (#9279)
  • UX: exception for rules via Rule Customisation Policy - prevent policy without version (#9278)

Changelog for v3.91.3

  • Revert "feat: Symfony - add stringable_for_to_string to set" (#9268)
Commits
  • 5646c2c prepared the 3.92.0 release
  • 7b15cb5 chore: Config::getFinder() - fix typehinting (#9288)
  • 071db5a feat: exception for rules via @php-cs-fixer-ignore annotation (#9280)
  • d30627e Revert (partially) "feat: Finder to find dot-files by default in v4/future-mo...
  • 21bae5b chore: watch out for non-final classes (#9262)
  • cce492e refactor: ProjectCodeTest - refactor testExpectedInputOrder test (#9290)
  • eac80b8 DX: make all testFix* methods have first parameter $expected (#9289)
  • e4461ae chore: Runner - better input types handling (#9286)
  • 6b5911a docs: upgrade docs to not use legacy set (#9282)
  • 2743af9 docs: exception for rules in dedicated doc files, for easier discoverability ...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.91.2 to 3.92.0.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.91.2...v3.92.0)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.92.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/friendsofphp/php-cs-fixer-3.92.0 branch from 9d8ee3c to 2728b7e Compare December 12, 2025 11:44
@localheinz localheinz self-assigned this Dec 13, 2025
@localheinz localheinz force-pushed the dependabot/composer/friendsofphp/php-cs-fixer-3.92.0 branch from 6cf22f9 to ced8f9e Compare December 13, 2025 14:43
@codecov
Copy link

codecov bot commented Dec 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (1f34ab0) to head (ee336d0).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##                main     #1330   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        72        72           
===========================================
  Files             24        24           
  Lines          13375     13390   +15     
===========================================
+ Hits           13375     13390   +15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@localheinz localheinz merged commit a75785b into main Dec 13, 2025
29 checks passed
@localheinz localheinz deleted the dependabot/composer/friendsofphp/php-cs-fixer-3.92.0 branch December 13, 2025 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant