Bump friendsofphp/php-cs-fixer from 3.84.0 to 3.85.1
Open
Number: #44
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 0
Association: Contributor
Comments: 0
Created:
August 07, 2025 at 06:52 AM UTC
(4 months ago)
(4 months ago)
Updated:
August 07, 2025 at 06:52 AM UTC
(4 months ago)
(4 months ago)
Labels:
dependencies php
dependencies php
Description:
Bumps 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
- chore: update legacy deps by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8902Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.85.0...v3.85.1
v3.85.0 Alexander
What's Changed
- feat:
ArrayIndentationFixer- handle closures inside attributes by@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8888- feat:
NullableTypeDeclarationFixer- support final promoted properties by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8885- feat:
OperatorLinebreakFixer- support pipe operator by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8891- feat:
PhpdocTypesFixer- support multiline array shapes by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8893- fix:
BracesPositionFixer- handle property hooks correctly by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8886- fix:
NullableTypeDeclarationFixer- handle abstract and final properties by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8876- fix:
PhpdocLineSpanFixer- handle promoted properties by@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8897- fix:
PhpUnitDataProviderNameFixer- fix for multiple providers defined by attributes for one test method by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8849- fix:
TernaryOperatorSpacesFixer- handleinstanceof staticby@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8879- fix:
TypeDeclarationSpacesFixer- handle asymmetric visibility and final properties by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8900- fix: always reach 100% of checked files by
@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8861- chore:
OrderedInterfacesFixer- make code more PHPStan friendly by@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8866- chore:
Token- add@phpstan-assert-if-trueby@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8865- chore: add initial PHP 8.5 integration test by
@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8871- chore: add tests for public API methods by
@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8895- chore: apply changes from
PhpdocTypesFixerfor multiline array shapes by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8894- chore: baseline files without error count by
@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8870- chore: cleanup
PhpCsFixer\DocBlock\Annotationby@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8892- chore: Command name/descriptions - use attribute and static properties by
@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8862- chore: Commands - unify way to define help content by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8881- chore: ConfigurationResolver - add few missing v4 TODOs by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8882- chore: fix
booleanNot.exprNotBooleanerrors by@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8869- chore: fix/optimize some phpdocs by
@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8889- chore: more unification of PHP CS Fixer naming by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8854- chore: phpstan baseline - use shipmonk/phpstan-baseline-per-identifier by
@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8844- chore: remove dead code by
@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8896- chore: remove unused constants by
@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8864- chore: remove useless
@varannotations by@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8867- chore: simplify
ClassDefinitionFixerby@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8868- chore: unify usage of image versions to not mention minor by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8860- chore: update PHPStan by
@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8898- chore: update PHPStan extension for
Preg::matchby@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8872- chore: wrong return values in
ErrorsManagerby@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8863- deps: bump phpstan/phpstan from 2.1.17 to 2.1.18 in /dev-tools in the phpstan group by
@dependabot[bot] in PHP-CS-Fixer/PHP-CS-Fixer#8859- deps: bump the phpstan group in /dev-tools with 4 updates by
@dependabot[bot] in PHP-CS-Fixer/PHP-CS-Fixer#8890- docs: cleanup docs for PHP < 7.4 by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8855- docs: cleanup docs for PHP 7 by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8873- docs: DescribeCommand - indicate that set is deprecated, whenever mentioning one by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8878- docs: ListSetsCommand,FixCommand - document possible formats in Command's definitions by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8880- DX: Explicitly prevent touching non-monolithic files by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#6517
... (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- handleinstanceof 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
PhpdocTypesFixerfor 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.exprNotBooleanerrors (#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
@varannotations (#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
2fb6d7fprepared the 3.85.1 release5b9683dchore: update legacy deps (#8902)510a8a0bumped versiona1eb476prepared the 3.85.0 release489ede8DX: Explicitly prevent touching non-monolithic files (#6517)e3c058bfeat:PhpdocTypesFixer- support multiline array shapes (#8893)125449bfix:TypeDeclarationSpacesFixer- handle asymmetric visibility and final pr...5bd26f0chore: update PHPStan (#8898)6afc55bfix:PhpdocLineSpanFixer- handle promoted properties (#8897)a955607chore: remove dead code (#8896)- 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
1
Files Changed:
1
1
Additions:
+52
+52
Deletions:
-36
-36
Package Dependencies
Package:
friendsofphp/php-cs-fixer
Ecosystem:
packagist
packagist
Version Change:
3.84.0 → 3.85.1
Update Type:
Minor
Minor
Technical Details
| ID: | 4746703 |
| UUID: | 2726659599 |
| Node ID: | PR_kwDOMhYgn86ihYYP |
| Host: | GitHub |
| Repository: | GemberPHP/message-bus-symfony |
| Merge State: | Unknown |