Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps friendsofphp/php-cs-fixer from 3.87.2 to 3.88.2.

Release notes

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

v3.88.2 Folding Bike

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.88.1...v3.88.2

v3.88.1 Folding Bike

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.88.0...v3.88.1

v3.88.0 Folding Bike

Fixer Team is more than happy to announce that @​gharlan joined us as a maintainer and puts awesome effort when it comes to providing changes, reviewing PRs and other activities 🎉! Can we get a YEAH?

Full list of changes can be found below, but we would really like to emphasise some of them:

In addition, starting with v3.88.2, you can also:

  • expand set description to see nested rules, e.g. php-cs-fixer describe @auto --expand
  • describe configured set that is in use (e.g. from config file), e.g. php-cs-fixer describe [@] [--expand]

What's Changed

... (truncated)

Changelog

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

Changelog for v3.88.2

  • docs: describe command - allow to describe config in use (#9103)
  • docs: describe command - allow to expand sets (#9104)

Changelog for v3.88.1

  • chore: use accidentally missing @auto:risky (#9102)
  • deps: bump crate-ci/typos from 1.36.2 to 1.36.3 (#9099)
  • deps: bump icanhazstring/composer-unused from 0.9.4 to 0.9.5 in /dev-tools (#9100)
  • DX: Ability to run yamllint locally (#9093)

Changelog for v3.88.0

  • feat: Support custom rulesets (#6083)
  • feat: introduce @auto, @auto:risky sets (#9090)
  • feat: introduce @autoPHPMigration, @autoPHPMigration:risky, @autoPHPUnitMigration:risky sets (#9068)
  • feat: start using new defaults for rules under future mode (#9020)
  • feat: rename rule sets from MAJORMINOR and MAJOR.MINOR into MAJORxMINOR (#9005)
  • feat: rename visibility_required into modifier_keywords (#8995)
  • feat: symfony ruleset: Add @const to phpdoc_no_alias_tag (#9016)
  • fix: BlankLinesBeforeNamespaceFixer - handle namespace without newline before (#9059)
  • docs: fix typo (#9060)
  • docs: update CONTRIBUTING.md (#9074)
  • docs: update README for updated PHP/PHPUnit set names (#9070)
  • DX: Allow development on PHP 8.5 (#9092)
  • chore: enforce list via array_values() (#9054)
  • chore: ErrorOutput - line is optional (#9047)
  • chore: fix cs in entry point file (#9064)
  • chore: fix CS, somehow it missed the CI of .php-cs-fixer.well-defined-arrays.php (#8987)
  • chore: fix some argument.type errors (#9056)
  • chore: groom Automatic rulesets code (#9091)
  • chore: phpstan - do not ignore all internal usage errors (#9063)
  • chore: replace wrong class-string usages (#8968)
  • chore: getcwd() - ignore false return value (#9057)
  • chore: ReporterFactory - use class-string type (#9055)
  • CI: check for typos (#9048)
  • CI: don't prevent the build when remote coverage reporting service is down (#9095)
  • CI: fix smoke tests after #9005 (#9061)
  • CI: fix typos in CHANGELOG.md (#9052)
  • CI: mutation tests - disable github annotations (#9062)
  • CI: Test docs generation only once per CI pipeline (#9089)
  • CI: push event only for master branch (#9046)
  • CI: push event only for master branch (#9050)
  • deps: bump box version (#9042)
  • deps: bump ergebnis/composer-normalize from 2.48.1 to 2.48.2 in /dev-tools (#9045)
  • deps: bump phpstan/phpstan from 2.1.25 to 2.1.28 in /dev-tools in the phpstan group (#9072)

... (truncated)

Commits
  • a8d1558 prepared the 3.88.2 release
  • ea80662 docs: describe command - allow to expand sets (#9104)
  • 3040ad3 docs: describe command - allow to describe config in use (#9103)
  • 43cc7a2 bumped version
  • 1c2a98f prepared the 3.88.1 release
  • dcb5ce1 chore: use accidentally missing @auto:risky (#9102)
  • 01f2c56 deps: bump icanhazstring/composer-unused from 0.9.4 to 0.9.5 in /dev-tools (#...
  • c7496f2 deps: bump crate-ci/typos from 1.36.2 to 1.36.3 (#9099)
  • 8eb66af DX: Ability to run yamllint locally (#9093)
  • a909299 bumped version
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Sep 29, 2025
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.87.2 to 3.88.2.
- [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.87.2...v3.88.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/friendsofphp/php-cs-fixer-3.88.2 branch from 5de3d72 to 8562cdf Compare September 29, 2025 12:13
@codecov
Copy link

codecov bot commented Sep 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (156dc9a) to head (8562cdf).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##                main      #116   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        31        31           
===========================================
  Files              4         4           
  Lines             87        87           
===========================================
  Hits              87        87           

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

@github-actions
Copy link

Check diff between 156dc9a...8562cdf

156dc9a 8562cdf
156dc9a Merge pull request #118 from o0h/dependabot/composer/phpunit/phpunit-12.3.15 8562cdf Bump friendsofphp/php-cs-fixer from 3.87.2 to 3.88.2

Diff

non-PHP Files

filename status
composer.lock M

PHP Files

NO CHANGES.

@o0h o0h merged commit 8d32c95 into main Sep 29, 2025
6 checks passed
@o0h o0h deleted the dependabot/composer/friendsofphp/php-cs-fixer-3.88.2 branch September 29, 2025 13:43
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