Skip to content

build(deps-dev): Bump friendsofphp/php-cs-fixer from 3.94.2 to 3.95.0 in /vendor-bin/php-cs-fixer in the dependencies group#87

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/vendor-bin/php-cs-fixer/dependencies-024aee57aa
Open

build(deps-dev): Bump friendsofphp/php-cs-fixer from 3.94.2 to 3.95.0 in /vendor-bin/php-cs-fixer in the dependencies group#87
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/vendor-bin/php-cs-fixer/dependencies-024aee57aa

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the dependencies group in /vendor-bin/php-cs-fixer with 1 update: friendsofphp/php-cs-fixer.

Updates friendsofphp/php-cs-fixer from 3.94.2 to 3.95.0

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group in /vendor-bin/php-cs-fixer with 1 update: [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer).


Updates `friendsofphp/php-cs-fixer` from 3.94.2 to 3.95.0
- [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
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 12, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants