Skip to content

chore(deps): update dependency friendsofphp/php-cs-fixer to v3.95.11#479

Open
abrain-bot wants to merge 1 commit into
developfrom
renovate/linters
Open

chore(deps): update dependency friendsofphp/php-cs-fixer to v3.95.11#479
abrain-bot wants to merge 1 commit into
developfrom
renovate/linters

Conversation

@abrain-bot

@abrain-bot abrain-bot commented May 16, 2026

Copy link
Copy Markdown
Collaborator

This PR contains the following updates:

Package Change Age Confidence
friendsofphp/php-cs-fixer 3.95.13.95.11 age confidence

Release Notes

PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer)

v3.95.11

Compare Source

  • fix: NoBreakCommentFixer - handle enum cases, TokensAnalyzer::isEnumCase - fix handling nested switch-cases (#​9565)
  • deps: bump actions/checkout from 6 to 7 in /.github/workflows in the all group across 1 directory (#​9694)
  • deps: bump dev deps (#​9702)
  • deps: bump phpstan/phpstan-symfony from 2.0.19 to 2.0.20 in /dev-tools in the phpstan group (#​9693)
  • test: use correct test precondition failure mode in PharTest (#​9700)

v3.95.10

Compare Source

  • fix: TokensAnalyzer - handle T_PUBLIC_SET, T_PROTECTED_SET, T_PRIVATE_SET (#​9696)

v3.95.9

Compare Source

  • chore: apply class_keyword (#​9689)
  • refactor: change Fixers execution order to always-deterministic (#​9690)

v3.95.8

Compare Source

  • fix: SingleClassElementPerStatementFixer - do not drop modifiers when splitting final constants/properties (#​9687)

v3.95.7

Compare Source

  • fix: ClassReferenceNameCasingFixer - do not change case of typed class constant names (#​9686)

v3.95.6

Compare Source

  • chore: Docker - ignore root-user warning for pip (#​9682)
  • chore: fix typo in comment about fixer configuration (#​9675)
  • chore: narrow Preg::match/Preg::matchAll subject string type when match is truthy (#​9668)
  • deps: bump alpine from 3.23 to 3.24 in the all group (#​9679)
  • deps: bump codecov/codecov-action from 6 to 7 in /.github/workflows in the all group across 1 directory (#​9681)
  • deps: bump shipmonk/dead-code-detector from 1.1.3 to 1.2.0 in /dev-tools in the shipmonk group across 1 directory (#​9661)
  • deps: update dev-deps (#​9683)
  • deps: upgrade deep-deps for dev-tools (#​9677)
  • fix: PhpUnitAttributesFixer - correctly handle @requires PHPUnit with space-separated version constraint (#​9684)
  • UX: Cache - explicit deprecation for usage of non-handled objects in rules configuration, as they silently fail now; add support for JsonSerializable config values (#​9678)

v3.95.5

Compare Source

  • chore: Cleanup assert() and add more precise Preg::matchAll() return type (#​9667)
  • chore: cleanup GroupImportFixer (#​9671)
  • chore: improve TypeExpression (#​9665)
  • chore: please markdown-lint (#​9659)
  • chore: use more assert calls (#​9666)
  • deps: Allow installation of sebastian/diff:^9.0 (#​9663)
  • deps: bump crate-ci/typos from 1.47.0 to 1.47.2 in /.github/workflows in the all group across 1 directory (#​9662)
  • docs/refactor: clarify bracket types naming (#​5915)
  • fix: Add support for phpunit/phpunit:^13.2 in PhpUnitTestCaseStaticMethodCallsFixer (#​9664)
  • fix: Use AgentDetector to detect presence of AI agent only when @auto format has been selected (#​9658)
  • fix: PhpdocAddMissingParamAnnotationFixer - skip attribute tokens when extracting parameter type (#​9634)
  • fix: StaticPrivateMethodFixer - fix for private constructor and abstract static method (#​9598)
  • refactor: simplified_if_return - applyFix to use slices for token insertion (#​9670)

v3.95.4

Compare Source

  • chore: improve ArrayIndentationFixer (#​9643)
  • chore: improve ClassDefinitionFixer (#​9645)
  • chore: improve ControlCaseStructuresAnalyzer (#​9644)
  • chore: improve NoAliasFunctionsFixer (#​9647)
  • chore: improve NoSuperfluousPhpdocTagsFixer (#​9646)
  • chore: improve PhpUnitTestCaseStaticMethodCallsFixer (#​9649)
  • chore: improve Token (#​9650)
  • chore: improve WorkerException (#​9648)
  • chore: minor updates around PHPStan (#​9651)
  • deps: bump crate-ci/typos from 1.46.2 to 1.47.0 in /.github/workflows in the all group across 1 directory (#​9639)
  • deps: bump PHPStan to 2.2.1 (#​9635)
  • deps: minor upgrades of dev-tools (#​9653)
  • fix: Address credential exposure concern related to using ergebnis/agent-detector for detecting the presence of an AI agent (#​9656)
  • test: improve data providers return types (#​9642)

v3.95.3

Compare Source

  • fix: MultilinePromotedPropertiesFixer - fix for new in initializers (#​9619)
  • fix: PhpdocLineSpanFixer - run after NoSuperfluousPhpdocTagsFixer (#​9615)
  • CI: add generic phpstan/phpstan-deprecation-rules, so usage of old deprecated constants is detected (#​9636)
  • CI: replace PHP 8.6snapshot with nightly in matrix (#​9628)
  • deps: bump crate-ci/typos from 1.46.0 to 1.46.1 in /.github/workflows in the all group across 1 directory (#​9624)
  • deps: bump crate-ci/typos from 1.46.1 to 1.46.2 in /.github/workflows in the all group across 1 directory (#​9631)
  • deps: bump ergebnis/composer-normalize from 2.51.0 to 2.52.0 in /dev-tools (#​9627)
  • deps: bump the phpstan group in /dev-tools with 2 updates (#​9626)
  • deps: upgrade misc deps (#​9621)
  • refactor: AttributeBlockNoSpacesFixer - no need for loop when we already know bracket indices (#​9446)

v3.95.2

Compare Source

  • fix: MethodArgumentSpaceFixer - avoid collapsing multi-line arguments (#​9559)
  • fix: ModifierKeywordsFixer - do not break PHP syntax for closures in constant expressions (#​9596)
  • fix: NoRedundantReadonlyPropertyFixer - fix TypeError when trait contains anonymous class (#​9457)
  • fix: PhpUnitAttributesFixer - add missing handling of CoversMethod and naive handling of CoversTrait (#​9588)
  • fix: TextReporter - always show summary footer (#​9595)
  • deps: bump crate-ci/typos from 1.45.1 to 1.46.0 in /.github/workflows in the all group across 1 directory (#​9605)
  • deps: bump ergebnis/composer-normalize from 2.50.0 to 2.51.0 in /dev-tools (#​9561)
  • deps: bump phpstan/phpstan from 2.1.46 to 2.1.47 in /dev-tools in the phpstan group (#​9560)
  • deps: bump phpstan/phpstan from 2.1.51 to 2.1.52 in /dev-tools in the phpstan group (#​9601)
  • deps: bump PHPUnit patch versions (#​9593)
  • deps: bump shipmonk/dead-code-detector from 1.0.0 to 1.1.0 in /dev-tools in the shipmonk group across 1 directory (#​9569)
  • deps: bump the all group across 1 directory with 2 updates (#​9570)
  • deps: bump the phpstan group across 1 directory with 2 updates (#​9608)
  • deps: update facile-it/paraunit to ^2.11 (#​9589)
  • deps: upgrade PHPUnit in GitHub Actions (#​9577)
  • chore: .gitattributes - export-ignore for logo.md (#​9611)
  • chore: .gitattributes - sort entries (#​9612)
  • chore: Add CS commit to .git-blame-ignore-revs
  • chore: Add CS commit to .git-blame-ignore-revs
  • chore: add tests to PhpdocTagCasingFixerTest (#​9610)
  • chore: cleanup AbstractFopenFlagFixer (#​9592)
  • chore: cleanup BlankLineBetweenImportGroupsFixer (#​9562)
  • chore: cleanup ControlStructureBracesFixer (#​9609)
  • chore: cleanup NoExtraBlankLinesFixer (#​9567)
  • chore: cleanup OrderedImportsFixer (#​9603)
  • chore: cleanup PhpdocSingleLineVarSpacingFixer (#​9591)
  • chore: cleanup PhpdocToReturnTypeFixer (#​9558)
  • chore: CS - apply PhpUnitRequiresConstraintFixer from https://github.com/kubawerlos/php-cs-fixer-custom-fixers (#​9581)
  • chore: CS - apply php_unit_attributes rule (#​9578)
  • chore: ensure consistent @author name per email (#​9606)
  • chore: fix wrong test Attribute (#​9586)
  • chore: infection - define staticAnalysisTool (#​9607)
  • chore: move Codecov config (#​9597)
  • CI: move PHPUnit version management earlier to prevent composer installation phase to run 2 times (#​9587)
  • CI: specify Codecov token (#​9556)
  • CI: use Codecov for code coverage (#​9553)
  • test: NoUnsetCastFixerTest - run any test on PHP >= 8 (#​9585)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@codecov

codecov Bot commented May 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 29.93%. Comparing base (8ab2468) to head (30928fd).
⚠️ Report is 4 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop     #479   +/-   ##
==========================================
  Coverage      29.93%   29.93%           
  Complexity      1642     1642           
==========================================
  Files             83       83           
  Lines           6303     6303           
==========================================
  Hits            1887     1887           
  Misses          4416     4416           
Flag Coverage Δ
integration 11.14% <ø> (ø)
unit 20.02% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@abrain-bot abrain-bot changed the title chore(deps): update dependency friendsofphp/php-cs-fixer to v3.95.2 chore(deps): update dependency friendsofphp/php-cs-fixer to v3.95.3 May 29, 2026
@abrain-bot abrain-bot changed the title chore(deps): update dependency friendsofphp/php-cs-fixer to v3.95.3 chore(deps): update linters to v3.95.3 Jun 2, 2026
@abrain-bot abrain-bot changed the title chore(deps): update linters to v3.95.3 chore(deps): update linters to v3.95.4 Jun 3, 2026
@abrain-bot abrain-bot changed the title chore(deps): update linters to v3.95.4 chore(deps): update linters to v3.95.5 Jun 9, 2026
@abrain-bot abrain-bot changed the title chore(deps): update linters to v3.95.5 chore(deps): update linters to v3.95.6 Jun 13, 2026
@abrain-bot abrain-bot changed the title chore(deps): update linters to v3.95.6 chore(deps): update linters to v3.95.7 Jun 13, 2026
@abrain-bot abrain-bot changed the title chore(deps): update linters to v3.95.7 chore(deps): update linters to v3.95.8 Jun 16, 2026
@abrain-bot abrain-bot changed the title chore(deps): update linters to v3.95.8 chore(deps): update linters to v3.95.9 Jun 19, 2026
@abrain-bot abrain-bot changed the title chore(deps): update linters to v3.95.9 chore(deps): update linters Jun 19, 2026
@abrain-bot abrain-bot changed the title chore(deps): update linters chore(deps): update dependency friendsofphp/php-cs-fixer to v3.95.10 Jun 23, 2026
@abrain-bot abrain-bot changed the title chore(deps): update dependency friendsofphp/php-cs-fixer to v3.95.10 chore(deps): update dependency friendsofphp/php-cs-fixer to v3.95.11 Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants