Skip to content

composer(deps): Bump friendsofphp/php-cs-fixer from 3.82.0 to 3.84.0#1249

Merged
localheinz merged 3 commits intomainfrom
dependabot/composer/friendsofphp/php-cs-fixer-3.84.0
Jul 16, 2025
Merged

composer(deps): Bump friendsofphp/php-cs-fixer from 3.82.0 to 3.84.0#1249
localheinz merged 3 commits intomainfrom
dependabot/composer/friendsofphp/php-cs-fixer-3.84.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 15, 2025

Bumps friendsofphp/php-cs-fixer from 3.82.0 to 3.84.0.

Release notes

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

v3.84.0 Alexander

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.83.0...v3.84.0

v3.83.0 Alexander

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.82.2...v3.83.0

v3.82.2 Alexander

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.82.1...v3.82.2

v3.82.1 Alexander

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.82.0...v3.82.1

Changelog

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

Changelog for v3.84.0

  • feat: Introduce NoUselessPrintfFixer (#8820)
  • feat: CastSpacesFixer - support (void) cast (#8851)
  • feat: NewExpressionParenthesesFixer - add to PHP84MigrationSet (#8788)
  • feat: VisibilityRequiredFixer - support final promoted properties (#8835)
  • fix: PhpdocToParamTypeFixer - do not convert types from phpstan-type, phpstan-import-type, psalm-type and psalm-import-type (#8842)
  • fix: PhpdocToPropertyTypeFixer - do not convert types from phpstan-type, phpstan-import-type, psalm-type and psalm-import-type (#8847)
  • fix: PhpdocToReturnTypeFixer - do not convert types from phpstan-type, phpstan-import-type, psalm-type and psalm-import-type (#8846)
  • chore: introduce FCT for few missing tokens (#8845)
  • chore: remove useless static variables for const content (#8836)
  • chore: simplify isGivenKind/equals/equalsAll calls (#8843)
  • docs: Support for new PHP version (#8780)

Changelog for v3.83.0

  • feat: Suppress enable parallel runner message when only 1 core is available (#8833)
  • fix: BracesPositionFixer - fix performance issue for massive files with CT::T_CURLY_CLOSE (#8830)
  • fix: NoUnreachableDefaultArgumentValueFixer - do not crash on property hook (#8838)
  • chore: Add CS commit to .git-blame-ignore-revs
  • chore: apply native_constant_invocation for build-in consts (#8837)
  • chore: configure native_constant_invocation (#8840)
  • chore: early compat check with Symfony 8 (#8827)
  • chore: FullyQualifiedStrictTypesFixer - reduce function calls (#8834)
  • CI: mark jobs allow-to-fail declarative, instead of imperative check (#8829)

Changelog for v3.82.2

  • fix: ClassAttributesSeparationFixer - handle method get aliased in trait import (#8822)
  • fix: LowercaseStaticReferenceFixer - do not touch enum's cases (#8824)
  • fix: StatementIndentationFixer - multi constant statement containing array (#8825)
  • fix: VisibilityRequiredFixer - handle promoted property with visibility and reference, but without type (#8823)

Changelog for v3.82.1

  • fix: OrderedClassElementsFixer - handle property hooks (#8817)
  • fix: SingleClassElementPerStatementFixer - fix for property hooks (#8816)
Commits
  • 38dad07 prepared the 3.84.0 release
  • c09315a feat: CastSpacesFixer - support (void) cast (#8851)
  • 38f33a2 fix: PhpdocToPropertyTypeFixer - do not convert types from phpstan-type, ...
  • 1bf3b13 fix: PhpdocToReturnTypeFixer - do not convert types from phpstan-type, `p...
  • 56adb61 chore: remove useless static variables for const content (#8836)
  • 8092394 feat: NewExpressionParenthesesFixer - add to PHP84MigrationSet (#8788)
  • bb94482 feat: Introduce NoUselessPrintfFixer (#8820)
  • 952066a docs: Support for new PHP version (#8780)
  • 408cb9e chore: introduce FCT for few missing tokens (#8845)
  • 6d60a57 fix: PhpdocToParamTypeFixer - do not convert types from phpstan-type, `ph...
  • 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.82.0 to 3.84.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.82.0...v3.84.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@localheinz localheinz self-assigned this Jul 16, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (c1ee554) to head (d68f91a).
Report is 4 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##                main     #1249   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        71        71           
===========================================
  Files             23        23           
  Lines          12579     12593   +14     
===========================================
+ Hits           12579     12593   +14     

☔ 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 98d2ae1 into main Jul 16, 2025
26 checks passed
@localheinz localheinz deleted the dependabot/composer/friendsofphp/php-cs-fixer-3.84.0 branch July 16, 2025 09:13
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