Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Updates the requirements on friendsofphp/php-cs-fixer to permit the latest version.

Release notes

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

v3.92.3 Exceptional Exception

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.92.2...v3.92.3

Changelog

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

Changelog for v3.92.3

  • fix: using Rule Customisation Policy with parallel runner (#9309)
  • chore: phpstan - cover .php-cs-fixer.dist.php (#9311)
  • chore: .php-cs-fixer.dist.php - drop wrongly called ignoreVCSIgnored (#9310)

Changelog for v3.92.2

  • fix: let @php-cs-fixer-ignore accept custom fixer names (#9306)
  • chore: introduce PHP_CS_FIXER_IGNORE_MISMATCHED_RULES_EXCEPTIONS (#9307)

Changelog for v3.92.1

  • chore: update php-compatibility config (#9302)
  • deps: bump actions/cache from 4 to 5 (#9295)
  • deps: bump phpstan/phpstan-phpunit from 2.0.9 to 2.0.10 in /dev-tools in the phpstan group (#9293)
  • deps: bump shipmonk/phpstan-baseline-per-identifier from 2.2.0 to 2.3.0 in /dev-tools (#9294)
  • docs: update README.md (#9277)
  • DX: make all testFix* methods have no more than 4 parameters (#9298)
  • DX: make all testFix* methods have second parameter $input (#9297)
  • DX: rename parameter $config to $configuration (#9299)
  • DX: restrict testFix* parameter names (#9301)
  • DX: use WhitespacesFixerConfig in tests (#9300)
  • fix: describe - skip listing automated rules, as cannot determine them in projects (#9304)
  • test: PHPUnit sets - check that set is providing proper target for rules (#9296)
  • test: ProjectCodeTest::testExpectedInputOrder - move checks for testFix... methods (#9291)

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)

... (truncated)

Commits
  • 2ba8f5a prepared the 3.92.3 release
  • bb5923d chore: phpstan - cover .php-cs-fixer.dist.php (#9311)
  • a15fa83 fix: using Rule Customisation Policy with parallel runner (#9309)
  • 6870143 chore: .php-cs-fixer.dist.php - drop wrongly called ignoreVCSIgnored (#9310)
  • 8d9bbb6 bumped version
  • 64fab35 prepared the 3.92.2 release
  • 0bcfcd6 fix: let @php-cs-fixer-ignore accept custom fixer names (#9306)
  • cab7ccc chore: introduce PHP_CS_FIXER_IGNORE_MISMATCHED_RULES_EXCEPTIONS (#9307)
  • c98e492 bumped version
  • ed33ad0 prepared the 3.92.1 release
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Dec 22, 2025
@coderabbitai
Copy link

coderabbitai bot commented Dec 22, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Dec 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (9deba54) to head (5902e3b).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff             @@
##                main       #49   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        40        40           
===========================================
  Files              2         2           
  Lines             80        80           
===========================================
  Hits              80        80           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) to permit the latest version.
- [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.0...v3.92.3)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.92.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/friendsofphp/php-cs-fixer-3.92.3 branch from 1ded736 to 5902e3b Compare January 1, 2026 14:46
@valbeat valbeat merged commit 7516b42 into main Jan 2, 2026
6 checks passed
@dependabot dependabot bot deleted the dependabot/composer/friendsofphp/php-cs-fixer-3.92.3 branch January 2, 2026 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants