Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 18, 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.1 Adalbertus

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.95.0...v3.95.1

Changelog

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

Changelog for v3.95.1

  • chore: add tests for FinalInternalClassFixer (#9547)
  • chore: cleanup PhpdocToParamTypeFixer (#9550)
  • fix: MethodArgumentSpaceFixer - Do not collapse nested arguments when using ensure_single_line_for_single_argument option for on_multiline (#9552)
  • test: fix type after variable name in @param in PhpdocToParamTypeFixerTest (#9549)

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)

... (truncated)

Commits
  • a972767 prepared the 3.95.1 release
  • 29a4bbe fix: MethodArgumentSpaceFixer - Do not collapse nested arguments when using...
  • 2493ab2 chore: cleanup PhpdocToParamTypeFixer (#9550)
  • 58e092e test: fix type after variable name in @param in `PhpdocToParamTypeFixerTest...
  • c00d60f chore: add tests for FinalInternalClassFixer (#9547)
  • 7d9691a bumped version
  • 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...
  • Additional commits viewable in compare view

@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented Apr 18, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@jkowalleck
Copy link
Copy Markdown
Member

@dependabot rebase

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.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/composer/tools/php-cs-fixer/friendsofphp/php-cs-fixer-3.95.1 branch from cc34515 to 119cc7c Compare May 1, 2026 11:31
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