Bump friendsofphp/php-cs-fixer from 3.86.0 to 3.87.1
Merged
Number: #57
Type: Pull Request
State: Merged
Type: Pull Request
State: Merged
Author:
dependabot[bot]
Association: Contributor
Comments: 0
Association: Contributor
Comments: 0
Created:
September 03, 2025 at 07:46 PM UTC
(3 months ago)
(3 months ago)
Updated:
September 06, 2025 at 06:59 AM UTC
(3 months ago)
(3 months ago)
Merged:
September 06, 2025 at 06:59 AM UTC
(3 months ago)
by jerowork
(3 months ago)
by jerowork
Time to Close:
2 days
Labels:
dependencies php
dependencies php
Description:
Bumps friendsofphp/php-cs-fixer from 3.86.0 to 3.87.1.
Release notes
Sourced from friendsofphp/php-cs-fixer's releases.
v3.87.1 Alexander
What's Changed
- chore:
AbstractProxyFixer- require non-empty list of proxy fixers by@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#9010- deps: update justinrainbow/json-schema by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#9019Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.87.0...v3.87.1
v3.87.0 Alexander
What's Changed
- feat: introduce
@PHP85Migrationset by@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8941- feat: add
PhpdocTagNoNamedArgumentsFixerby@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8906- feat: deprecate using config from passed
pathCLI argument by@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8923- feat: upgrade
@PhpCsFixerset towards new defaults of selected rules by@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8981- fix:
PhpdocOrderFixerwhenphpstan-/psalm-order is specified by@acoultonin PHP-CS-Fixer/PHP-CS-Fixer#8853- fix:
PhpdocOrderFixer- do not allow duplicated tags in configuration by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8945- DX: remove methods for kind checks by
@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8954- DX: unify class/interface/trait naming by
@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8957- CI: update checkbashisms by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8951- CI: more self-fixing checks on lowest/highest PHP by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8943- CI: add
vendor/bin/phpunit --check-php-configurationby@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8934- CI: Re-enable Paraunit in CI under PHP 8.5 by
@Jean85in PHP-CS-Fixer/PHP-CS-Fixer#8964- refactor: add
DocBlockAnnotationtrait by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8953- test: extend ProjectCodeTest to check classy names in tests too by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8959- test:
NoUnneededControlParenthesesFixer- add tests for "clone with" by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8937- test: update pipe operator tests after pipe & arrow function combination was prohibited by
@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8990- test:
PhpdocNoAliasTagFixerTest- add test for@constto@varby@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8998- test: TypeDeclarationSpacesFixer - demonstrate PHP 8.3 related config doesn't harm older envs by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8999- test: split test so more of them can run under Windows by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8986- chore: PHPUnit - enforce no memory_limit by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8940- chore: extract token types for PHPStan by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8925- refactor:
PhpdocOrderFixer- calculate order only once by@kubawerlosin PHP-CS-Fixer/PHP-CS-Fixer#8944- chore: revert wrong
_PhpTokenArrayusages by@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8947- chore:
OrderedClassElementsFixer- use private method instead of anonymous function by@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8931- chore:
CheckCommand- use regex instead ofexplode&substrby@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8936- chore:
ClassAttributesSeparationFixer- improve code by@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8950- chore: sort .gitattributes by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8966- chore: ignore deprecations in
token_get_allby@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8963- chore:
EregToPregFixer- use constant instead of static property by@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8978- chore: deprecate
Annotation::getTagsWithTypesin favor ofTAGS_WITH_TYPESconstant by@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8977- chore: convert private methods to constants by
@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8976- chore:
AbstractPhpdocTypesFixer- remove$tagsproperty by@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8980- chore: minor CS fixes by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8979- chore: handle fixer options without allowed types defined by
@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8973- chore: use
non-empty-listwhere appropriate by@gharlanin PHP-CS-Fixer/PHP-CS-Fixer#8972- chore: PhpdocTagNoNamedArgumentsFixer - better example by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8971- chore: unify entries in
.gitignoreby@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8982- chore: apply phpdoc_tag_no_named_arguments by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8969- chore: configure phpdoc_tag_no_named_arguments by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8970- chore: CS - re-apply rules by
@keradusin PHP-CS-Fixer/PHP-CS-Fixer#8988
... (truncated)
Changelog
Sourced from friendsofphp/php-cs-fixer's changelog.
Changelog for v3.87.1
- chore:
AbstractProxyFixer- require non-empty list of proxy fixers (#9010)- deps: update justinrainbow/json-schema (#9019)
Changelog for v3.87.0
- feat: add
PhpdocTagNoNamedArgumentsFixer(#8906)- feat: deprecate using config from passed 'path' CLI argument (#8923)
- feat: introduce
@PHP85Migrationset (#8941)- feat: upgrade
@PhpCsFixerset towards new defaults of selected rules (#8981)- fix:
PhpdocOrderFixer- do not allow duplicated tags in configuration (#8945)- fix:
PhpdocOrderFixerwhenphpstan-/psalm-order is specified (#8853)- docs: README.md updates (#9013)
- docs: update README.md (#9015)
- docs: update
README.mdandCONTRIBUTING.md(#8974)- DX: remove methods for kind checks (#8954)
- DX: unify class/interface/trait naming (#8957)
- chore: Add CS commit to .git-blame-ignore-revs
- chore: Add TODO for ENUM conversion in ProgressOutputType (#8991)
- chore: always use
JSON_THROW_ON_ERROR(#8993)- chore: apply (partially)
multiline_string_to_heredoc(#9002)- chore: apply phpdoc_tag_no_named_arguments (#8969)
- chore: configure phpdoc_tag_no_named_arguments (#8970)
- chore: convert private methods to constants (#8976)
- chore: deprecate
Annotation::getTagsWithTypesin favor ofTAGS_WITH_TYPESconstant (#8977)- chore: exclude files in .gitattributes (#8960)
- chore: extract token types for PHPStan (#8925)
- chore: handle fixer options without allowed types defined (#8973)
- chore: ignore deprecations in
token_get_all(#8963)- chore: minor CS fixes (#8979)
- chore: PhpdocTagNoNamedArgumentsFixer - better example (#8971)
- chore: PHPUnit - enforce no memory_limit (#8940)
- chore: remove not-needed reset-call (#9014)
- chore: revert wrong
_PhpTokenArrayusages (#8947)- chore: rework
ci-integration.sh(#8989)- chore: sort .gitattributes (#8966)
- chore: unify entries in
.gitignore(#8982)- chore: unify env var
FAST_LINT_TEST_CASESintoPHP_CS_FIXER_FAST_LINT_TEST_CASES(#8992)- chore: use
get_debug_typeand::classin exception messages (#9006)- chore: use
non-empty-listwhere appropriate (#8972)- chore:
AbstractPhpdocTypesFixer- remove$tagsproperty (#8980)- chore:
CheckCommand- use regex instead ofexplode&substr(#8936)- chore:
ClassAttributesSeparationFixer- improve code (#8950)- chore:
EregToPregFixer- use constant instead of static property (#8978)- chore:
FullyQualifiedStrictTypesFixer- ensure matching number of opening/closing braces (#9009)- chore:
OrderedClassElementsFixer- use private method instead of anonymous function (#8931)- chore:
PhpdocParamOrderFixer- improve/simplify code (#9012)
... (truncated)
Commits
2f51703prepared the 3.87.1 release9b9f321deps: update justinrainbow/json-schema (#9019)8be307echore:AbstractProxyFixer- require non-empty list of proxy fixers (#9010)3b98357bumped version50a13c4prepared the 3.87.0 releasea17ec75chore: unify env varFAST_LINT_TEST_CASESinto `PHP_CS_FIXER_FAST_LINT_TEST...20ee817chore: remove not-needed reset-call (#9014)f8e2469chore:PhpdocParamOrderFixer- improve/simplify code (#9012)74b6159docs: update README.md (#9015)2d6e1f6chore: useget_debug_typeand::classin exception messages (#9006)- 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:
+85
+85
Deletions:
-78
-78
Package Dependencies
Package:
friendsofphp/php-cs-fixer
Ecosystem:
packagist
packagist
Version Change:
3.86.0 → 3.87.1
Update Type:
Minor
Minor
Technical Details
| ID: | 6784936 |
| UUID: | 2797034578 |
| Node ID: | PR_kwDOMhYgn86mt1xS |
| Host: | GitHub |
| Repository: | GemberPHP/message-bus-symfony |
| Merge State: | Unknown |