Skip to content

Bump friendsofphp/php-cs-fixer from 3.54.0 to 3.95.5#974

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/friendsofphp/php-cs-fixer-3.95.5
Closed

Bump friendsofphp/php-cs-fixer from 3.54.0 to 3.95.5#974
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/friendsofphp/php-cs-fixer-3.95.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor

Bumps friendsofphp/php-cs-fixer from 3.54.0 to 3.95.5.

Release notes

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

v3.95.5 Adalbertus

What's Changed

New Contributors

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.95.4...v3.95.5

v3.95.4 Adalbertus

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.95.3...v3.95.4

v3.95.3 Adalbertus

What's Changed

... (truncated)

Changelog

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

Changelog for v3.95.5

  • 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)

Changelog for v3.95.4

  • 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)

Changelog for v3.95.3

  • 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)

Changelog for v3.95.2

... (truncated)

Commits
  • 7f86d87 prepared the 3.95.5 release
  • 3501e38 fix: StaticPrivateMethodFixer - fix for private constructor and abstract st...
  • 880b49d fix: PhpdocAddMissingParamAnnotationFixer - skip attribute tokens when extr...
  • 55afe85 deps: Allow installation of sebastian/diff:^9.0 (#9663)
  • d6c0304 fix: Use AgentDetector to detect presence of AI agent only when @auto for...
  • 1e28ab4 chore: please markdown-lint (#9659)
  • 8de45b8 chore: cleanup GroupImportFixer (#9671)
  • 2c5752e chore: Cleanup assert() and add more precise Preg::matchAll() return type...
  • 61a53c9 refactor: simplified_if_return - applyFix to use slices for token insertion...
  • f09b884 chore: use more assert calls (#9666)
  • 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.54.0 to 3.95.5.
- [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.54.0...v3.95.5)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.95.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jun 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #975.

@dependabot dependabot Bot closed this Jun 15, 2026
@dependabot dependabot Bot deleted the dependabot/composer/friendsofphp/php-cs-fixer-3.95.5 branch June 15, 2026 11:04
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