Skip to content

tools(deps-dev): Update friendsofphp/php-cs-fixer requirement from 3.94.2 to 3.95.0 in /tools/php-cs-fixer#628

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/tools/php-cs-fixer/friendsofphp/php-cs-fixer-3.95.0
Closed

tools(deps-dev): Update friendsofphp/php-cs-fixer requirement from 3.94.2 to 3.95.0 in /tools/php-cs-fixer#628
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/tools/php-cs-fixer/friendsofphp/php-cs-fixer-3.95.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Updates the requirements on friendsofphp/php-cs-fixer to permit the latest version.

Release notes

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

v3.95.0 Adalbertus

What's Changed

... (truncated)

Changelog

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

Changelog for v3.95.0

  • feat: Add option remove_existing_declaration to declare_strict_types fixer (#9384)
  • feat: Add exclude option to phpdoc_types rule (#9479)
  • feat: introduce 'list-rules' command (#9512)
  • feat: introduce NoWhitespaceInEmptyArrayFixer (#8155)
  • feat: Resolve to json format when AI_AGENT environment variable is set (#9542)
  • feat: @Symfony:risky - add void_return (#9546)
  • feat: GlobalNamespaceImportFixer - support first-class callable syntax (#9484)
  • feat: MethodArgumentSpaceFixer - add ensure_single_line_for_single_argument option for on_multiline (#9504)
  • feat: MultilinePromotedPropertiesFixer - turn multiline promoted properties into singleline when there are fewer than minimum_number_of_parameters (#9501)
  • feat: PhpdocLineSpanFixer - add function option (#9439)
  • feat: ReturnAssignmentFixer - skip variables with the named @var tags with new option skip_named_var_tags (#9464)
  • fix: ArrayPushFixer - do not stop fixing when array_push with 1 argument found (#9508)
  • fix: BinaryOperatorSpacesFixer - make it works correctly with multiple match cases (#9470)
  • fix: EchoTagSyntaxFixer - do not break syntax for single line comments (#9506)
  • fix: PhpUnitTestClassRequiresCoversFixer - do not add @coversNothing to anonymous classes (#9481)
  • fix: SimplifiedNullReturnFixer - do not remove null from property hook (#9471)
  • docs: extend docs about exit code (#9526)
  • docs: StaticLambdaFixer - document example how to prevent conversion (#9502)
  • DX: change default PHP_CS_FIXER_FAST_LINT_TEST_CASES=1 and run full linting of test cases only on highest and lowest PHP versions in CI (#9448)
  • chore: add missing test for SetTypeToCastFixer (#9518)
  • chore: add test for NoMultipleStatementsPerLineFixer (#9533)
  • chore: add tests for BracesPositionFixer (#9522)
  • chore: add tests for PsrAutoloadingFixer (#9541)
  • chore: cleanup MagicConstantCasingFixer (#9494)
  • chore: cleanup NoNullPropertyInitializationFixer (#9493)
  • chore: cleanup ClassAttributesSeparationFixer (#9545)
  • chore: cleanup GeneralAttributeRemoveFixer (#9520)
  • chore: cleanup GlobalNamespaceImportFixerTest (#9482)
  • chore: cleanup NoTrailingCommaInSinglelineFixer (#9537)
  • chore: cleanup OrderedAttributesFixer (#9521)
  • chore: cleanup PhpUnitExpectationFixer (#9505)
  • chore: commands cleanup (#9478)
  • chore: ensure that regex TypeExpression::REGEX_TYPES does not have unnamed capturing group (#9514)
  • chore: exclude logo.png and composer-dependency-analyser.php from Composer export (#9516)
  • chore: group dependabot updates for Docker and GitHub Actions (#9535)
  • chore: improve AbstractPhpUnitFixer (#9519)
  • chore: improve ArrayPushFixer (#9515)
  • chore: update FunctionsAnalyzer (#9483)
  • chore: MbStrFunctionsFixer - remove the never true condition (#9509)
  • chore: ModernizeStrposFixer - remove the never true conditions (#9510)
  • chore: NoAliasFunctionsFixer - cleanup invalid set handling (#9511)
  • CI: add failOnDeprecation="true" to PHPUnit config (#8935)
  • CI: cleanup jobs (#9449)
  • CI: configure Dependabot for composite actions (#9529)
  • CI: do not run issue_8828_c.test on macOS for now (#9528)
  • CI: fix Dependabot paths (#9530)
  • CI: more of ubuntu-slim (#9450)

... (truncated)

Commits
  • 4ba5ab7 prepared the 3.95.0 release
  • 6a82734 feat: @Symfony:risky - add void_return (#9546)
  • 80e8e39 feat: introduce NoWhitespaceInEmptyArrayFixer (#8155)
  • e6766e9 feat: ReturnAssignmentFixer - skip variables with the named @var tags wit...
  • c08afd0 feat: MultilinePromotedPropertiesFixer - turn multiline promoted properties...
  • c88176e fix: SimplifiedNullReturnFixer - do not remove null from property hook (#...
  • 85a0a6f feat: GlobalNamespaceImportFixer - support first-class callable syntax (#9484)
  • 0d8dacd feat: Resolve to json format when AI_AGENT environment variable is set (#...
  • 27da12e chore: cleanup ClassAttributesSeparationFixer (#9545)
  • cb5bf4e fix: PhpUnitTestClassRequiresCoversFixer - do not add @coversNothing to a...
  • 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 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.94.2...v3.95.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 18, 2026

Superseded by #636.

@dependabot dependabot Bot closed this Apr 18, 2026
@dependabot dependabot Bot deleted the dependabot/composer/tools/php-cs-fixer/friendsofphp/php-cs-fixer-3.95.0 branch April 18, 2026 20:12
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.

0 participants