Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

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

Merged
merged 2 commits into from
Jul 12, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 12, 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 the dependencies Pull requests that update a dependency file label Jul 12, 2022
@codecov
Copy link

codecov bot commented Jul 12, 2022

Codecov Report

Merging #130 (35dc82f) into main (419d1c8) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #130   +/-   ##
=========================================
  Coverage     25.00%   25.00%           
  Complexity       50       50           
=========================================
  Files            16       16           
  Lines           116      116           
=========================================
  Hits             29       29           
  Misses           87       87           
Flag Coverage Δ
unittests 25.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
app/Http/Controllers/NoteController.php 15.38% <ø> (ø)

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 419d1c8...35dc82f. Read the comment docs.

@gomzyakov gomzyakov merged commit 3345fae into main Jul 12, 2022
@gomzyakov gomzyakov deleted the dependabot/composer/friendsofphp/php-cs-fixer-3.9.2 branch July 12, 2022 11:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant