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.8.0 to 3.9.1 #620

Merged
merged 3 commits into from
Jul 11, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2022

Bumps friendsofphp/php-cs-fixer from 3.8.0 to 3.9.1.

Release notes

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

v3.9.1 Grand Awaiting

  • bug: Add attributes support to statement_indentation (#6429)
  • bug: BinaryOperatorSpacesFixer - Allow to align = inside array definitions (#6444)
  • bug: BinaryOperatorSpacesFixer - Fix align of operator with function declaration (#6445)
  • bug: ConstantCaseFixer - Do not touch enum case (#6367)
  • bug: CurlyBracesPositionFixer - multiple elseifs (#6459)
  • bug: Fix #6439 issue in StaticLambda fixer (#6440)
  • bug: FullOpeningTagFixer - fix substr check for pre PHP8 (#6388)
  • bug: IncrementStyleFixer - NoSpacesInsideParenthesisFixer - prio (#6416)
  • bug: LambdaNotUsedImportFixer must run before MethodArgumentSpaceFixer (#6453)
  • bug: MethodArgumentSpaceFixer - first element in same line, space before comma and inconsistent indent (#6438)
  • bug: NoSuperfluousPhpdocTagsFixer - fix for promoted properties (#6403)
  • bug: StatementIndentationFixer - Fix indentation for multiline traits use (#6402)
  • bug: StrictComparisonFixer must rune before ModernizeStrposFixer (#6455)
  • bug: TokensAnalyzer - fix intersection types considered as binary operator (#6414)
  • DX: ISSUE_TEMPLATE hints to check applied rules (#6398)
  • DX: Add more type hints (#6383)
  • DX: Fix CI/CD issues (#6411)
  • DX: cleanup test (#6410)
  • DX: integrate PRLint (#6406)
  • feature: BlankLineBetweenImportGroupsFixer - Introduction (#6365)
  • feature: DateTimeCreateFromFormatCallFixer - Add DateTimeImmutable support (#6350)
  • feature: Extract StatementIndentationFixer from BracesFixer (#5960)
  • feature: ModernizeStrposFixer - fix leading backslash with yoda (#6377)
  • feature: NoExtraBlankLinesFixer - Add attributes option - Fix support for enum case (#6426)
  • feature: NoUnneededControlParenthesesFixer - Fix more cases (#6409)
  • feature: NoUselessNullsafeOperatorFixer - Introduction (#6425)
  • feature: OrderedTrait - Move Phpdoc with trait import (#6361)
  • feature: PhpdocOrderByValueFixer - Allow sorting of mixin annotations by value (#6446)
  • feature: TrailingCommaInMultiline - Add match support (#6381)
  • minor: Allow Composer Normalize plugin (#6454)
  • minor: ExplicitStringVariableFixer - Fix to PHP8.2 compat code (#6424)
  • minor: Extract ControlStructureBracesFixer from BracesFixer (#6399)
  • minor: NoBinaryStringFixer - Fix more cases (#6442)
  • minor: NoSuperfluousPhpdocTagsFixer - Attribute handling (#6382)
  • minor: PhpCsFixerSet - Update blank_line_before_statement config (#6389)
  • minor: Remove unnecessary PHP version constraints (#6461)
  • minor: SingleImportPerStatementFixer - fix PSR12 set (#6415)
  • minor: SingleSpaceAfterConstructFixer - add option type_colon (#6434)
  • minor: SymfonySet - Add SimpleToComplexStringVariableFixer (#6423)
  • minor: Update PHPStan (#6467)
  • minor: extract CurlyBracesPositionFixer from BracesFixer (#6452)
Changelog

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

CHANGELOG for PHP CS Fixer

This file contains changelogs for stable releases only.

Changelog for v3.9.0

  • bug: Add attributes support to statement_indentation (#6429)
  • bug: BinaryOperatorSpacesFixer - Allow to align = inside array definitions (#6444)
  • bug: BinaryOperatorSpacesFixer - Fix align of operator with function declaration (#6445)
  • bug: ConstantCaseFixer - Do not touch enum case (#6367)
  • bug: CurlyBracesPositionFixer - multiple elseifs (#6459)
  • bug: Fix #6439 issue in StaticLambda fixer (#6440)
  • bug: FullOpeningTagFixer - fix substr check for pre PHP8 (#6388)
  • bug: IncrementStyleFixer - NoSpacesInsideParenthesisFixer - prio (#6416)
  • bug: LambdaNotUsedImportFixer must run before MethodArgumentSpaceFixer (#6453)
  • bug: MethodArgumentSpaceFixer - first element in same line, space before comma and inconsistent indent (#6438)
  • bug: NoSuperfluousPhpdocTagsFixer - fix for promoted properties (#6403)
  • bug: StatementIndentationFixer - Fix indentation for multiline traits use (#6402)
  • bug: StrictComparisonFixer must rune before ModernizeStrposFixer (#6455)
  • bug: TokensAnalyzer - fix intersection types considered as binary operator (#6414)
  • DX: ISSUE_TEMPLATE hints to check applied rules (#6398)
  • DX: Add more type hints (#6383)
  • DX: Fix CI/CD issues (#6411)
  • DX: cleanup test (#6410)
  • DX: integrate PRLint (#6406)
  • feature: BlankLineBetweenImportGroupsFixer - Introduction (#6365)
  • feature: DateTimeCreateFromFormatCallFixer - Add DateTimeImmutable support (#6350)
  • feature: Extract StatementIndentationFixer from BracesFixer (#5960)
  • feature: ModernizeStrposFixer - fix leading backslash with yoda (#6377)
  • feature: NoExtraBlankLinesFixer - Add attributes option - Fix support for enum case (#6426)
  • feature: NoUnneededControlParenthesesFixer - Fix more cases (#6409)
  • feature: NoUselessNullsafeOperatorFixer - Introduction (#6425)
  • feature: OrderedTrait - Move Phpdoc with trait import (#6361)
  • feature: PhpdocOrderByValueFixer - Allow sorting of mixin annotations by value (#6446)
  • feature: TrailingCommaInMultiline - Add match support (#6381)
  • minor: Allow Composer Normalize plugin (#6454)
  • minor: ExplicitStringVariableFixer - Fix to PHP8.2 compat code (#6424)
  • minor: Extract ControlStructureBracesFixer from BracesFixer (#6399)
  • minor: NoBinaryStringFixer - Fix more cases (#6442)
  • minor: NoSuperfluousPhpdocTagsFixer - Attribute handling (#6382)
  • minor: PhpCsFixerSet - Update blank_line_before_statement config (#6389)
  • minor: Remove unnecessary PHP version constraints (#6461)
  • minor: SingleImportPerStatementFixer - fix PSR12 set (#6415)
  • minor: SingleSpaceAfterConstructFixer - add option type_colon (#6434)
  • minor: SymfonySet - Add SimpleToComplexStringVariableFixer (#6423)
  • minor: Update PHPStan (#6467)
  • minor: extract CurlyBracesPositionFixer from BracesFixer (#6452)
Commits
  • 9444163 prepared the 3.9.1 release
  • 1587d64 minor: PhpCsFixerSet - Update blank_line_before_statement config (#6389)
  • 8b569d3 ISSUE_TEMPLATE hints to check applied rules (#6398)
  • aacc804 minor: ExplicitStringVariableFixer - Fix to PHP8.2 compat code (#6424)
  • 83071d9 feature: NoUselessNullsafeOperatorFixer - Introduction (#6425)
  • ccab1db feature: NoExtraBlankLinesFixer - Add attributes option - Fix support for `...
  • 9abfac4 bug: Add attributes support to statement_indentation (#6429)
  • 27d4eee minor: SymfonySet - Add SimpleToComplexStringVariableFixer (#6423)
  • fe18ce9 bug: FullOpeningTagFixer - fix substr check for pre PHP8 (#6388)
  • 75d8420 feature: NoUnneededControlParenthesesFixer - Fix more cases (#6409)
  • 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.8.0 to 3.9.1.
- [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.8.0...v3.9.1)

---
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 Jul 11, 2022

Codecov Report

Merging #620 (b6d7bc2) into main (5248f5c) will not change coverage.
The diff coverage is n/a.

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

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

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5248f5c...e62f83b. Read the comment docs.

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.

1 participant