Skip to content

Bump friendsofphp/php-cs-fixer from 2.9.0 to 2.13.0 #18

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps friendsofphp/php-cs-fixer from 2.9.0 to 2.13.0.

Release notes

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

v2.13.0 Yogi's BBQ

  • feature #3739 Add MagicMethodCasingFixer (SpacePossum)
  • feature #3812 Add FopenFlagOrderFixer & FopenFlagsFixer (SpacePossum)
  • feature #3826 Add CombineNestedDirnameFixer (gharlan)
  • feature #3833 BinaryOperatorSpacesFixer - Add "no space" fix strategy (SpacePossum)
  • feature #3841 NoAliasFunctionsFixer - add opt in option for ext-mbstring aliasses (SpacePossum)
  • feature #3876 NativeConstantInvocationFixer - add the scope option (stof, keradus)
  • feature #3886 Add PhpUnitMethodCasingFixer (Slamdunk)
  • feature #3907 Add ImplodeCallFixer (kubawerlos)
  • feature #3914 NoUnreachableDefaultArgumentValueFixer - remove null for nullable typehints (gharlan, keradus)
  • minor #3813 PhpUnitDedicateAssertFixer - fix "sizeOf" same as "count". (SpacePossum)
  • minor #3873 Add the native_function_invocation fixer in the Symfony:risky ruleset (stof)
  • minor #3979 DX: enable php_unit_method_casing (keradus)

v2.12.6 Long Journey

  • bug #4216 Psr4Fixer - fix for multiple classy elements in file (keradus, kubawerlos)
  • bug #4217 Psr0Fixer - class with anonymous class (kubawerlos)
  • bug #4219 NativeFunctionCasingFixer - handle T_RETURN_REF (kubawerlos)
  • bug #4224 FunctionToConstantFixer - handle T_RETURN_REF (SpacePossum)
  • bug #4229 IsNullFixer - fix parenthesis not closed (guilliamxavier)
  • minor #4198 [7.3] PowToExponentiationFixer - adding to PHP7.3 integration test (kubawerlos)
  • minor #4199 [7.3] MethodChainingIndentationFixer - add tests for PHP 7.3 (kubawerlos)
  • minor #4200 [7.3] ModernizeTypesCastingFixer - support PHP 7.3 (kubawerlos)
  • minor #4201 [7.3] MultilineWhitespaceBeforeSemicolonsFixer - add tests for PHP 7.3 (kubawerlos)
  • minor #4202 [7.3] ErrorSuppressionFixer - support PHP 7.3 (kubawerlos)
  • minor #4205 DX: PhpdocAlignFixer - refactor to use DocBlock (kubawerlos)
  • minor #4206 DX: enable multiline_whitespace_before_semicolons (keradus)
  • minor #4207 [7.3] RandomApiMigrationFixerTest - tests for 7.3 (SpacePossum)
  • minor #4208 [7.3] NativeFunctionCasingFixerTest - tests for 7.3 (SpacePossum)
  • minor #4209 [7.3] PhpUnitStrictFixerTest - tests for 7.3 (SpacePossum)
  • minor #4210 [7.3] PhpUnitConstructFixer - add test for PHP 7.3 (kubawerlos)
  • minor #4211 [7.3] PhpUnitDedicateAssertFixer - support PHP 7.3 (kubawerlos)
  • minor #4214 [7.3] NoUnsetOnPropertyFixerTest - tests for 7.3 (SpacePossum)
  • minor #4222 [7.3] PhpUnitExpectationFixer - support PHP 7.3 (kubawerlos)
  • minor #4223 [7.3] PhpUnitMockFixer - add tests for PHP 7.3 (kubawerlos)
  • minor #4230 [7.3] IsNullFixer - fix trailing comma (guilliamxavier)
  • minor #4232 DX: remove Utils::splitLines (kubawerlos)
  • minor #4234 [7.3] Test that "LITERAL instanceof X" is valid (guilliamxavier)

v2.12.5 Long Journey

  • bug #3968 SelfAccessorFixer - support FQCN (kubawerlos)
  • bug #3974 Psr4Fixer - class with anonymous class (kubawerlos)
  • bug #3987 Run HeaderCommentFixer after NoBlankLinesAfterPhpdocFixer (StanAngeloff)
  • bug #4009 TypeAlternationTransformer - Fix pipes in function call with constants being classified incorrectly (ntzm, SpacePossum)
  • bug #4022 NoUnsetOnPropertyFixer - refactor and bugfixes (kubawerlos)
  • bug #4036 ExplicitStringVariableFixer - fixes for backticks and for 2 variables next to each other (kubawerlos, Slamdunk)
  • bug #4038 CommentToPhpdocFixer - handling nested PHPDoc (kubawerlos)
  • bug #4071 DX: do not insert Token when calling removeLeadingWhitespace/removeTrailingWhitespace from Tokens (kubawerlos)
  • bug #4073 IsNullFixer - fix function detection (kubawerlos)
  • bug #4074 FileFilterIterator - do not filter out files that need fixing (SpacePossum)
... (truncated)
Changelog

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

Changelog for v2.13.0

  • feature #3739 Add MagicMethodCasingFixer (SpacePossum)
  • feature #3812 Add FopenFlagOrderFixer & FopenFlagsFixer (SpacePossum)
  • feature #3826 Add CombineNestedDirnameFixer (gharlan)
  • feature #3833 BinaryOperatorSpacesFixer - Add "no space" fix strategy (SpacePossum)
  • feature #3841 NoAliasFunctionsFixer - add opt in option for ext-mbstring aliasses (SpacePossum)
  • feature #3876 NativeConstantInvocationFixer - add the scope option (stof, keradus)
  • feature #3886 Add PhpUnitMethodCasingFixer (Slamdunk)
  • feature #3907 Add ImplodeCallFixer (kubawerlos)
  • feature #3914 NoUnreachableDefaultArgumentValueFixer - remove null for nullable typehints (gharlan, keradus)
  • minor #3813 PhpUnitDedicateAssertFixer - fix "sizeOf" same as "count". (SpacePossum)
  • minor #3873 Add the native_function_invocation fixer in the Symfony:risky ruleset (stof)
  • minor #3979 DX: enable php_unit_method_casing (keradus)

Changelog for v2.12.6

  • bug #4216 Psr4Fixer - fix for multiple classy elements in file (keradus, kubawerlos)
  • bug #4217 Psr0Fixer - class with anonymous class (kubawerlos)
  • bug #4219 NativeFunctionCasingFixer - handle T_RETURN_REF (kubawerlos)
  • bug #4224 FunctionToConstantFixer - handle T_RETURN_REF (SpacePossum)
  • bug #4229 IsNullFixer - fix parenthesis not closed (guilliamxavier)
  • minor #4198 [7.3] PowToExponentiationFixer - adding to PHP7.3 integration test (kubawerlos)
  • minor #4199 [7.3] MethodChainingIndentationFixer - add tests for PHP 7.3 (kubawerlos)
  • minor #4200 [7.3] ModernizeTypesCastingFixer - support PHP 7.3 (kubawerlos)
  • minor #4201 [7.3] MultilineWhitespaceBeforeSemicolonsFixer - add tests for PHP 7.3 (kubawerlos)
  • minor #4202 [7.3] ErrorSuppressionFixer - support PHP 7.3 (kubawerlos)
  • minor #4205 DX: PhpdocAlignFixer - refactor to use DocBlock (kubawerlos)
  • minor #4206 DX: enable multiline_whitespace_before_semicolons (keradus)
  • minor #4207 [7.3] RandomApiMigrationFixerTest - tests for 7.3 (SpacePossum)
  • minor #4208 [7.3] NativeFunctionCasingFixerTest - tests for 7.3 (SpacePossum)
  • minor #4209 [7.3] PhpUnitStrictFixerTest - tests for 7.3 (SpacePossum)
  • minor #4210 [7.3] PhpUnitConstructFixer - add test for PHP 7.3 (kubawerlos)
  • minor #4211 [7.3] PhpUnitDedicateAssertFixer - support PHP 7.3 (kubawerlos)
  • minor #4214 [7.3] NoUnsetOnPropertyFixerTest - tests for 7.3 (SpacePossum)
  • minor #4222 [7.3] PhpUnitExpectationFixer - support PHP 7.3 (kubawerlos)
  • minor #4223 [7.3] PhpUnitMockFixer - add tests for PHP 7.3 (kubawerlos)
  • minor #4230 [7.3] IsNullFixer - fix trailing comma (guilliamxavier)
  • minor #4232 DX: remove Utils::splitLines (kubawerlos)
  • minor #4234 [7.3] Test that "LITERAL instanceof X" is valid (guilliamxavier)

Changelog for v2.12.5

  • bug #3968 SelfAccessorFixer - support FQCN (kubawerlos)
  • bug #3974 Psr4Fixer - class with anonymous class (kubawerlos)
  • bug #3987 Run HeaderCommentFixer after NoBlankLinesAfterPhpdocFixer (StanAngeloff)
  • bug #4009 TypeAlternationTransformer - Fix pipes in function call with constants being classified incorrectly (ntzm, SpacePossum)
... (truncated)
Commits
  • 7136aa4 prepared the 2.13.0 release
  • 33f0bcb feature #3907 Add ImplodeCallFixer (kubawerlos)
  • f063eae Add ImplodeCallFixer
  • 791a415 feature #3826 Add CombineNestedDirnameFixer (gharlan)
  • 398f343 Add CombineNestedDirnameFixer
  • ed2f77b feature #3739 Add MagicMethodCasingFixer (SpacePossum)
  • 8a36d51 minor #3979 DX: enable php_unit_method_casing (keradus)
  • 3fff21a DX: enable php_unit_method_casing
  • dce63b1 feature #3812 Add FopenFlagOrderFixer & FopenFlagsFixer (SpacePossum)
  • 1311e2b feature #3886 Add PhpUnitMethodCasingFixer (Slamdunk)
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot merged commit 7c43545 into master Jan 11, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/composer/friendsofphp/php-cs-fixer-2.13.0 branch January 11, 2019 13:06
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