Skip to content

Bump friendsofphp/php-cs-fixer from 3.94.2 to 3.95.1#85

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

Bump friendsofphp/php-cs-fixer from 3.94.2 to 3.95.1#85
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot-composer-friendsofphp-php-cs-fixer-3.95.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps friendsofphp/php-cs-fixer from 3.94.2 to 3.95.1.

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

v3.95.0 Adalbertus

What's Changed

... (truncated)

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

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.94.2 to 3.95.1.
- [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:production
  update-type: version-update:semver-minor
...

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 Apr 13, 2026
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

Development

Successfully merging this pull request may close these issues.

1 participant