Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

composer(deps): bump friendsofphp/php-cs-fixer from 3.9.5 to 3.10.0 #642

Merged
merged 2 commits into from
Aug 18, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 18, 2022

Bumps friendsofphp/php-cs-fixer from 3.9.5 to 3.10.0.

Release notes

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

v3.10.0 Oliva

  • bug: Fix error in regular_callable_call with static property (#6539)
  • bug: Fix indentation for multiline class definition (#6540)
  • bug: Fix indentation for switch ending with empty case (#6538)
  • bug: Fix indentation of comment at end of switch case (#6493)
  • bug: PhpdocAlignFixer - fix static @method (#6366)
  • bug: SingleSpaceAfterConstructFixer - fix handling open tag (#6549)
  • bug: VisibilityRequiredFixer must run before ClassAttributesSeparationFixer (#6548)
  • DX: Assert dataproviders of tests of project itself return "array" or "iterable". (#6524)
  • feature: Introduce configurability to PhpdocOrderFixer (#6466)
  • feature: WhitespaceAfterCommaInArrayFixer - add option "ensure_single_space" (#6527)
  • minor: Add test for indentation of trait conflict resolution (#6541)
  • minor: Split BracesFixer (#4884)
  • minor: TrailingCommaInMultilineFixer - Add comma to multiline new static (#6380)

v3.9.6 Grand Awaiting

  • bug: BinaryOperatorSpacesFixer: Solve issues with scoped arrow and equal alignments (#6515)
  • bug: Fix 3 weird behavior about BinaryOperatorSpacesFixer (#6450)
  • docs: Add intersection type to types_spaces rule description (#6479)
  • DX: no need to use forked diff anymore (#6526)
  • DX: remove unused FixerFileProcessedEvent::STATUS_UNKNOWN (#6516)
  • Improve statement_indentation compatibility with braces (#6401)
  • minor: add test: multi-line comments before else indented correctly. (#3573)
  • minor: ReturnAssignmentFixer - Support for anonymous classes, lambda and match (#6391)
Changelog

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

Changelog for v3.10.0

  • bug: Fix error in regular_callable_call with static property (#6539)
  • bug: Fix indentation for multiline class definition (#6540)
  • bug: Fix indentation for switch ending with empty case (#6538)
  • bug: Fix indentation of comment at end of switch case (#6493)
  • bug: PhpdocAlignFixer - fix static @method (#6366)
  • bug: SingleSpaceAfterConstructFixer - fix handling open tag (#6549)
  • bug: VisibilityRequiredFixer must run before ClassAttributesSeparationFixer (#6548)
  • DX: Assert dataproviders of tests of project itself return "array" or "iterable". (#6524)
  • feature: Introduce configurability to PhpdocOrderFixer (#6466)
  • feature: WhitespaceAfterCommaInArrayFixer - add option "ensure_single_space" (#6527)
  • minor: Add test for indentation of trait conflict resolution (#6541)
  • minor: Split BracesFixer (#4884)
  • minor: TrailingCommaInMultilineFixer - Add comma to multiline new static (#6380)

Changelog for v3.9.6

  • bug: BinaryOperatorSpacesFixer: Solve issues with scoped arrow and equal alignments (#6515)
  • bug: Fix 3 weird behavior about BinaryOperatorSpacesFixer (#6450)
  • docs: Add intersection type to types_spaces rule description (#6479)
  • DX: no need to use forked diff anymore (#6526)
  • DX: remove unused FixerFileProcessedEvent::STATUS_UNKNOWN (#6516)
  • Improve statement_indentation compatibility with braces (#6401)
  • minor: add test: multi-line comments before else indented correctly. (#3573)
  • minor: ReturnAssignmentFixer - Support for anonymous classes, lambda and match (#6391)
Commits
  • 76d7da6 prepared the 3.10.0 release
  • c1bcf0c minor: Split BracesFixer (#4884)
  • 26204b5 bumped version
  • 3615a19 prepared the 3.9.6 release
  • 32cf09e minor: TrailingCommaInMultilineFixer - Add comma to multiline new static (#...
  • 3b471b4 bug: PhpdocAlignFixer - fix static @method (#6366)
  • 304ee4d bug: Fix indentation for switch ending with empty case (#6538)
  • b81e40f bug: Fix indentation of comment at end of switch case (#6493)
  • 366dea2 bug: Fix indentation for multiline class definition (#6540)
  • adf4d08 bug: Fix error in regular_callable_call with static property (#6539)
  • 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 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 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/FriendsOfPHP/PHP-CS-Fixer) from 3.9.5 to 3.10.0.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.9.5...v3.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@codecov
Copy link

codecov bot commented Aug 18, 2022

Codecov Report

Merging #642 (f32d969) into main (7d56d22) will not change coverage.
The diff coverage is n/a.

❗ Current head f32d969 differs from pull request most recent head fe86f42. Consider uploading reports for the commit fe86f42 to get more accurate results

@@             Coverage Diff             @@
##                main      #642   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity         7         7           
===========================================
  Files              2         2           
  Lines             20        20           
===========================================
  Hits              20        20           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant