Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the composer group with 1 update: friendsofphp/php-cs-fixer.

Updates friendsofphp/php-cs-fixer from 3.91.3 to 3.92.1

Release notes

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

v3.92.1 Exceptional Exception

What's Changed

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

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

... (truncated)

Changelog

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

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)
  • 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)
Commits
  • ed33ad0 prepared the 3.92.1 release
  • 2d985d8 docs: update README.md (#9277)
  • d18c3f5 fix: describe - skip listing automated rules, as cannot determine them in pro...
  • 3045ac5 test: PHPUnit sets - check that set is providing proper target for rules (#9296)
  • 2d683d1 chore: update php-compatibility config (#9302)
  • 2d68422 test: ProjectCodeTest::testExpectedInputOrder - move checks for `testFix......
  • 78eee04 DX: restrict testFix* parameter names (#9301)
  • 2207589 DX: use WhitespacesFixerConfig in tests (#9300)
  • 85d23ba DX: rename parameter $config to $configuration (#9299)
  • 9bfdac3 DX: make all testFix* methods have no more than 4 parameters (#9298)
  • 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 will merge this PR once CI passes on it, as requested by @yard-bot.


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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the composer group with 1 update: [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer).


Updates `friendsofphp/php-cs-fixer` from 3.91.3 to 3.92.1
- [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.3...v3.92.1)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.92.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Dec 15, 2025
@yard-bot
Copy link

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 15, 2025

Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@github-actions
Copy link

Composer package changes
Dev Packages Operation Base Target
friendsofphp/php-cs-fixer Upgraded v3.91.3 v3.92.1

@github-actions
Copy link

github-actions bot commented Dec 15, 2025

Coverage report for commit: 6b20b7e
File: coverage.xml

Cover ┌─────────────────────────┐ Freq.
   0% │ ███████████████████████ │ 50.0%
  10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  20% │ ███████████████████████ │ 50.0%
  30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  50% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  60% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  70% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  80% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  90% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
 100% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
      └─────────────────────────┘
 *Legend:* █ = Current Distribution 
Summary - Lines: 13.64% | Methods: 5.00%
FilesLinesMethodsBranches
src
   Log.php23.08%9.09%100.00%
   Logger.php--100.00%

🤖 comment via lucassabreu/comment-coverage-clover

@dependabot dependabot bot merged commit abb5d4d into main Dec 16, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/composer/composer-2f199abe05 branch December 16, 2025 00:08
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