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

Bump friendsofphp/php-cs-fixer from 3.8.0 to 3.9.2 #350

Merged

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.2.

Release notes

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

v3.9.2 Grand Awaiting

  • bug: Fix indentation after control structure in switch (#6473)

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 v3.9.2

  • bug: Fix indentation after control structure in switch (#6473)

Changelog for v3.9.1

  • 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
  • 9b23c42 prepared the 3.9.2 release
  • 3b5d696 bug: Fix indentation after control structure in switch (#6473)
  • f0c46ff bumped version
  • 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)
  • 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.2.
- [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.2)

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

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 Jul 11, 2022
@update-docs
Copy link

update-docs bot commented Jul 11, 2022

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update some of our documentation based on your changes.

@github-actions github-actions bot merged commit ba781e3 into master Jul 11, 2022
@pr-triage pr-triage bot added the PR: merged label Jul 11, 2022
@dependabot dependabot bot deleted the dependabot/composer/friendsofphp/php-cs-fixer-3.9.2 branch July 11, 2022 21:48
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 PR: merged PR: unreviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants