Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 20, 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.90.0 Folding Bike

What's Changed

New Contributors

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.89.2...v3.90.0

Changelog

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

Changelog for v3.90.0

  • feat: always have @PHPXxYMigration(:risky) sets for supported PHP versions (#9207)
  • feat: Finder to find dot-files by default in v4/future-mode (#9187)
  • fix: manage the space between operator and version on Composer JSON reader (#9203)
  • fix: PhpdocAnnotationWithoutDotFixer lowercases @param type when description starts with all-uppercase word (#9169)
  • UX: groom warning of PHP mismatch for runtime vs target project minimum supported version (#9202)
  • UX: Rules override warning (#9188)
  • UX: describe command - allow to visualize Set as tree (#9179)
  • docs: rework .php-cs-fixer.php local config file docs (#9185)
  • docs: update Set descriptions (#9183)
  • chore: Declare support for Symfony 8 (#9172)
  • chore: add missing v4 TODOs (#9197)
  • chore: mark one remaining Analyzer to become internal (#9194)
  • chore: mark v2 leftovers with v4 TODO (#9181)
  • chore: no need for deprecation trigger in internal DataProviderAnalysis (#9192)
  • deps: bump crate-ci/typos from 1.38.1 to 1.39.0 (#9175)
  • deps: bump crate-ci/typos from 1.39.0 to 1.39.2 (#9205)
  • deps: bump the phpstan group in /dev-tools with 2 updates (#9204)
  • DX: different name for special configs (#9180)
  • DX: improve types for testInvalidConfiguration methods (#9206)
  • DX: describe command - allow to expose rules without sets via @- alias (#9178)
  • refactor: move assertions from tearDown into assertPostConditions to fix Test code or tested code did not remove its own error handlers warning (#9182)
  • refactor: prevent tests to use actual repository .php-cs-fixer.dist.php file (#9177)
  • test: add more test(s) for ComposerJsonReader (#9200)
  • test: ensure calling parent method from hook-alike methods (#9184)

Changelog for v3.89.2

  • fix: NoUnneededBracesFixer - do not crash on multiline group import (#9160)
  • chore: Standardize repository to use British English spelling (#9154)
  • CI: ensure enforced Symfony version is installed (#9174)
  • deps: bump php-coveralls to v2.9 (#9173)
  • refactor: FixerDocumentGenerator::getSetsOfRule - cache resolved sets (#9170)
  • refactor: FixerDocumentGenerator::getSetsOfRule - use cache (#9171)

Changelog for v3.89.1

  • fix: ComposerJsonReader - fix handling asterisk (#9166)
  • docs: cookbook - update to mention custom fixer option (#9164)
  • DX: add links in cookbook_fixers.rst (#9162)
  • deps: upgrade phpcompatibility/* to alpha of next MAJOR instead of using dev branch, plus other minor upgrades (#9163)

Changelog for v3.89.0

  • feat: autofix "no-return" phpdoc type to "never" (#9073)

... (truncated)

Commits
  • ad732c2 prepared the 3.90.0 release
  • c55721d test: add more test(s) for ComposerJsonReader (#9200)
  • fc2b6f5 feat: always have @PHPXxYMigration(:risky) sets for supported PHP versions ...
  • 98ebbfb DX: improve types for testInvalidConfiguration methods (#9206)
  • 03a866d fix: manage the space between operator and version on Composer JSON reader (#...
  • cad3e9b deps: bump crate-ci/typos from 1.39.0 to 1.39.2 (#9205)
  • bd961ec deps: bump the phpstan group in /dev-tools with 2 updates (#9204)
  • d5b4ec6 UX: groom warning of PHP mismatch for runtime vs target project minimum suppo...
  • 6f3995e UX: Rules override warning (#9188)
  • 30c7848 chore: add missing v4 TODOs (#9197)
  • 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)

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.75.0...v3.90.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 20, 2025
@codecov
Copy link

codecov bot commented Nov 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.33%. Comparing base (011c72f) to head (8036a7c).

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #462   +/-   ##
=========================================
  Coverage     79.33%   79.33%           
  Complexity      585      585           
=========================================
  Files            19       19           
  Lines          1892     1892           
=========================================
  Hits           1501     1501           
  Misses          391      391           

☔ 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.

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.

1 participant