Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2025

Bumps the composer group with 2 updates: friendsofphp/php-cs-fixer and phpstan/phpstan.

Updates friendsofphp/php-cs-fixer from 3.84.0 to 3.85.1

Release notes

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

v3.85.1 Alexander

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.85.0...v3.85.1

v3.85.0 Alexander

What's Changed

... (truncated)

Changelog

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

Changelog for v3.85.1

  • chore: update legacy deps (#8902)

Changelog for v3.85.0

  • feat: ArrayIndentationFixer - handle closures inside attributes (#8888)
  • feat: NullableTypeDeclarationFixer - support final promoted properties (#8885)
  • feat: OperatorLinebreakFixer - support pipe operator (#8891)
  • feat: PhpdocTypesFixer - support multiline array shapes (#8893)
  • fix: always reach 100% of checked files (#8861)
  • fix: BracesPositionFixer - handle property hooks correctly (#8886)
  • fix: NullableTypeDeclarationFixer - handle abstract and final properties (#8876)
  • fix: PhpdocLineSpanFixer - handle promoted properties (#8897)
  • fix: PhpUnitDataProviderNameFixer - fix for multiple providers defined by attributes for one test method (#8849)
  • fix: TernaryOperatorSpacesFixer - handle instanceof static (#8879)
  • fix: TypeDeclarationSpacesFixer - handle asymmetric visibility and final properties (#8900)
  • chore: add initial PHP 8.5 integration test (#8871)
  • chore: add tests for public API methods (#8895)
  • chore: apply changes from PhpdocTypesFixer for multiline array shapes (#8894)
  • chore: baseline files without error count (#8870)
  • chore: cleanup PhpCsFixer\DocBlock\Annotation (#8892)
  • chore: Command name/descriptions - use attribute and static properties (#8862)
  • chore: Commands - unify way to define help content (#8881)
  • chore: ConfigurationResolver - add few missing v4 TODOs (#8882)
  • chore: fix booleanNot.exprNotBoolean errors (#8869)
  • chore: fix/optimize some phpdocs (#8889)
  • chore: more unification of PHP CS Fixer naming (#8854)
  • chore: PHPStan baseline - use shipmonk/phpstan-baseline-per-identifier (#8844)
  • chore: remove dead code (#8896)
  • chore: remove unused constants (#8864)
  • chore: remove useless @var annotations (#8867)
  • chore: simplify ClassDefinitionFixer (#8868)
  • chore: unify usage of image versions to not mention minor (#8860)
  • chore: update PHPStan (#8898)
  • chore: update PHPStan extension for Preg::match (#8872)
  • chore: wrong return values in ErrorsManager (#8863)
  • chore: OrderedInterfacesFixer - make code more PHPStan friendly (#8866)
  • chore: Token - add @phpstan-assert-if-true (#8865)
  • deps: bump phpstan/phpstan from 2.1.17 to 2.1.18 in /dev-tools in the phpstan group (#8859)
  • deps: bump the phpstan group in /dev-tools with 4 updates (#8890)
  • docs: better document reprecated rule sets (#8878)
  • docs: cleanup docs for PHP 7 (#8873)
  • docs: cleanup docs for PHP < 7.4 (#8855)
  • docs: ListSetsCommand,FixCommand - document possible formats in Command's definitions (#8880)
  • DX: Explicitly prevent touching non-monolithic files (#6517)
Commits

Updates phpstan/phpstan from 2.1.21 to 2.1.22

Release notes

Sourced from phpstan/phpstan's releases.

2.1.22

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

Commits
  • 41600c8 PHPStan 2.1.22
  • 6b2473a Updated PHPStan to commit 6b2473a801bcde83c014530ba5a702577cdc8478
  • 6d4e429 Update baselines
  • 9bde094 Updated PHPStan to commit 9bde0940c93c3f7d63fe88ae8f55435aeb19fa15
  • 252390f Updated PHPStan to commit 252390ffd16aaa51fba866a3f8e1b833eedb6071
  • a817abf Updated PHPStan to commit a817abfc2b58ca351b19b2516215702f28102330
  • ebd55c3 Update BACKERS.md
  • 9dbff97 Updated PHPStan to commit 9dbff97c175250fec9dae1ab12cf0052991ce485
  • e6c14f1 Updated PHPStan to commit e6c14f18ea949048f2f257a0769978fc3b3c5a27
  • 7b66f55 removing eloquent/phpstan-phony link
  • Additional commits viewable in compare view

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 will merge this PR once CI passes on it, as requested by @yard-bot.


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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 composer group with 2 updates: [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) and [phpstan/phpstan](https://github.com/phpstan/phpstan).


Updates `friendsofphp/php-cs-fixer` from 3.84.0 to 3.85.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.84.0...v3.85.1)

Updates `phpstan/phpstan` from 2.1.21 to 2.1.22
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@2.1.21...2.1.22)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.85.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: phpstan/phpstan
  dependency-version: 2.1.22
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
...

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 Aug 5, 2025
@yard-bot
Copy link

yard-bot commented Aug 5, 2025

@dependabot merge

@github-actions
Copy link

github-actions bot commented Aug 5, 2025

Composer package changes
Dev Packages Operation Base Target
friendsofphp/php-cs-fixer Upgraded v3.84.0 v3.85.1
phpstan/phpstan Upgraded 2.1.21 2.1.22

@github-actions
Copy link

github-actions bot commented Aug 5, 2025

Coverage report for commit: 757b21f
File: coverage.xml

Cover ┌─────────────────────────┐ Freq.
   0% │ ███████████████████████ │ 50.0%
  10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  20% │ ███████████████████████ │ 50.0%
  30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  50% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  60% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  70% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  80% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  90% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
 100% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
      └─────────────────────────┘
 *Legend:* █ = Current Distribution 
Summary - Lines: 13.64% | Methods: 5.00%
FilesLinesMethodsBranches
src
   Log.php23.08%9.09%100.00%
   Logger.php--100.00%

🤖 comment via lucassabreu/comment-coverage-clover

@dependabot dependabot bot merged commit e115181 into main Aug 5, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/composer/composer-d530d530c2 branch August 5, 2025 07:32
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.

2 participants