Skip to content

Bump friendsofphp/php-cs-fixer from 3.95.22 to 3.95.25 - #39

Merged
Jeckerson merged 1 commit into
masterfrom
dependabot/composer/friendsofphp/php-cs-fixer-3.95.25
Sep 14, 2026
Merged

Jeckerson merged 1 commit into
masterfrom
dependabot/composer/friendsofphp/php-cs-fixer-3.95.25

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 11, 2026

Copy link
Copy Markdown
Contributor

Bumps friendsofphp/php-cs-fixer from 3.95.22 to 3.95.25.

Release notes

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

v3.95.25 Adalbertus

What's Changed

New Contributors

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.95.24...v3.95.25

v3.95.24 Adalbertus

What's Changed

New Contributors

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.95.23...v3.95.24

v3.95.23 Adalbertus

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.95.22...v3.95.23

Changelog

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

Changelog for v3.95.25

  • fix: handle missing terminator after ?? in AssignNullCoalescingToCoalesceEqualFixer (#9831)
  • fix: IsNullFixer - do not fix is_null() calls using argument unpacking (#9830)
  • fix: IsNullFixer - handle is_null() calls using named arguments (#9828)
  • UX: init - use outlined messages (#9826)
  • deps: bump crate-ci/typos from 1.49.0 to 1.50.1 in /.github/workflows in the all group across 1 directory (#9824)
  • deps: bump phpstan/phpstan from 2.2.9 to 2.2.12 in /dev-tools in the phpstan group (#9822)
  • deps: bump shipmonk/dead-code-detector from 1.3.3 to 1.4.0 in /dev-tools in the shipmonk group across 1 directory (#9823)

Changelog for v3.95.24

  • fix: ControlStructureBracesFixer - do not read a body starting with a parenthesis as a condition (#9815)
  • UX: init - add handling of .gitignore (#9813)
  • UX: init - add sections (#9819)
  • UX: init - command improvements (#9807)
  • UX: init - fix typos and improve wording (#9820)
  • UX: init command - suggest php_unit_test_case_static_method_calls rule (#9810)
  • chore: Fixer name must not be empty (#9756)
  • chore: DescribeCommand - replace dynamic method calls with explicit ones (#9817)
  • chore: PhpdocOrderFixer - fix type of duplicated tags passed to naturalLanguageJoin (#9818)
  • CI: fix warning - Unexpected input(s) 'extensions' (#9809)
  • CI: introduce PHPBench (#9755)
  • refactor: init - move content preparation to helper method (#9812)

Changelog for v3.95.23

  • fix: FunctionsAnalyzer - detect return type of a closure with a use clause (#9806)
Commits
  • 2cdfc1f prepared the 3.95.25 release
  • 38656cc fix: handle missing terminator after ?? in `AssignNullCoalescingToCoalesceE...
  • e080515 UX: init - use outlined messages (#9826)
  • ab7bb8b fix: IsNullFixer - do not fix is_null() calls using argument unpacking (#9830)
  • bda6d10 fix: IsNullFixer - handle is_null() calls using named arguments (#9828)
  • b7da2d3 deps: bump shipmonk/dead-code-detector from 1.3.3 to 1.4.0 in /dev-tools in t...
  • 9020ad1 deps: bump crate-ci/typos from 1.49.0 to 1.50.1 in /.github/workflows in the ...
  • 207b03d deps: bump phpstan/phpstan from 2.2.9 to 2.2.12 in /dev-tools in the phpstan ...
  • 945e6d8 bumped version
  • 9a4b805 prepared the 3.95.24 release
  • 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 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.95.22 to 3.95.25.
- [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.95.22...v3.95.25)

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

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 Sep 11, 2026
@github-actions

Copy link
Copy Markdown

Code Metrics Report

master (46e0519) #39 (d3c3aa6) +/-
Coverage 100.0% 100.0% 0.0%
Test Execution Time 0s 1s +1s
Details
  |                     | master (46e0519) | #39 (d3c3aa6) | +/-  |
  |---------------------|------------------|---------------|------|
  | Coverage            |           100.0% |        100.0% | 0.0% |
  |   Files             |                1 |             1 |    0 |
  |   Lines             |               71 |            71 |    0 |
  |   Covered           |               71 |            71 |    0 |
- | Test Execution Time |               0s |            1s |  +1s |

Reported by octocov

@Jeckerson
Jeckerson merged commit 06cc025 into master Sep 14, 2026
13 of 14 checks passed
@Jeckerson
Jeckerson deleted the dependabot/composer/friendsofphp/php-cs-fixer-3.95.25 branch September 14, 2026 15:25
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