Skip to content

Update friendsofphp/php-cs-fixer requirement from ^3.94 to ^3.95 in the dev-dependencies group across 1 directory#21

Merged
cedric-anne merged 1 commit into
mainfrom
dependabot/composer/dev-dependencies-1e12ddd34b
May 4, 2026
Merged

Update friendsofphp/php-cs-fixer requirement from ^3.94 to ^3.95 in the dev-dependencies group across 1 directory#21
cedric-anne merged 1 commit into
mainfrom
dependabot/composer/dev-dependencies-1e12ddd34b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on friendsofphp/php-cs-fixer to permit the latest version.
Updates friendsofphp/php-cs-fixer 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

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 dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels May 2, 2026
@cedric-anne

Copy link
Copy Markdown
Member

@dependabot recreate

Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) to permit the latest version.

Updates `friendsofphp/php-cs-fixer` 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.0...v3.95.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Update friendsofphp/php-cs-fixer requirement from ^3.94 to ^3.95 in the dev-dependencies group Update friendsofphp/php-cs-fixer requirement from ^3.94 to ^3.95 in the dev-dependencies group across 1 directory May 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/composer/dev-dependencies-1e12ddd34b branch from 116469d to 87f7305 Compare May 4, 2026 07:50
@cedric-anne cedric-anne merged commit b6c46af into main May 4, 2026
2 checks passed
@cedric-anne cedric-anne deleted the dependabot/composer/dev-dependencies-1e12ddd34b branch May 4, 2026 08:47
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