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 2.12.1 to 2.13.0 #24

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Aug 24, 2018

Bumps friendsofphp/php-cs-fixer from 2.12.1 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.3 Long Journey

  • bug #3867 PhpdocAnnotationWithoutDotFixer - Handle trailing whitespaces (kubawerlos)
  • bug #3884 NoSuperfluousPhpdocTagsFixer - handle null in every position (dmvdbrugge, julienfalque)
  • bug #3885 AlignMultilineCommentFixer - ArrayIndentationFixer - Priority (dmvdbrugge)
  • bug #3887 ArrayIndentFixer - Don't indent empty lines (dmvdbrugge)
  • bug #3888 NoExtraBlankLinesFixer - remove blank lines after open tag (kubawerlos)
  • bug #3890 StrictParamFixer - make it case-insensitive (kubawerlos)
  • bug #3895 FunctionsAnalyzer - false positive for constant and function definition (kubawerlos)
  • bug #3908 StrictParamFixer - fix edge case (kubawerlos)
  • bug #3910 FunctionsAnalyzer - fix isGlobalFunctionCall (gharlan)
  • bug #3912 FullyQualifiedStrictTypesFixer - NoSuperfluousPhpdocTagsFixer - adjust priority (dmvdbrugge)
  • bug #3913 TokensAnalyzer - fix isConstantInvocation (gharlan, keradus)
  • bug #3921 TypeAnalysis - Fix iterable not being detected as a reserved type (ntzm)
  • bug #3924 FullyQualifiedStrictTypesFixer - space bug (dmvdbrugge)
  • bug #3937 LowercaseStaticReferenceFixer - Fix "Parent" word in namespace (kubawerlos)
  • bug #3944 ExplicitStringVariableFixer - fix array handling (gharlan)
  • bug #3951 NoSuperfluousPhpdocTagsFixer - do not call strtolower with null (SpacePossum)
  • bug #3954 NoSuperfluousPhpdocTagsFixer - Index invalid or out of range (kubawerlos)
  • bug #3957 NoTrailingWhitespaceFixer - trim space after opening tag (kubawerlos)
  • minor #3798 DX: enable native_function_invocation (keradus)
  • minor #3882 PhpdocAnnotationWithoutDotFixer - Handle empty line in comment (kubawerlos)
  • minor #3889 DX: Cleanup - remove unused variables (kubawerlos, SpacePossum)
  • minor #3891 PhpdocNoEmptyReturnFixer - account for null[] (dmvdbrugge)
  • minor #3892 PhpdocNoEmptyReturnFixer - fix docs (keradus)
  • minor #3897 DX: FunctionsAnalyzer - simplifying return expression (kubawerlos)
  • minor #3903 DX: cleanup - remove special treatment for PHP <5.6 (kubawerlos)
  • minor #3905 DX: Upgrade composer-require-checker to stable version (keradus)
  • minor #3919 Simplify single uses of Token::isGivenKind (ntzm)
  • minor #3920 Docs: Fix typo (ntzm)
  • minor #3940 DX: fix phpdoc parameter type (malukenho)
  • minor #3948 DX: cleanup - remove redundant param annotations (kubawerlos)
  • minor #3950 Circle CI v2 yml (siad007)
  • minor #3952 DX: AbstractFixerTestCase - drop testing method already provided by trait (keradus)
  • minor #3973 Bump xdebug-handler (keradus)

v2.12.2 Long Journey

... (truncated)
Changelog

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

CHANGELOG for PHP CS Fixer

This file contains changelogs for stable releases only.

Changelog for v2.12.3

  • bug #3867 PhpdocAnnotationWithoutDotFixer - Handle trailing whitespaces (kubawerlos)
  • bug #3884 NoSuperfluousPhpdocTagsFixer - handle null in every position (dmvdbrugge, julienfalque)
  • bug #3885 AlignMultilineCommentFixer - ArrayIndentationFixer - Priority (dmvdbrugge)
  • bug #3887 ArrayIndentFixer - Don't indent empty lines (dmvdbrugge)
  • bug #3888 NoExtraBlankLinesFixer - remove blank lines after open tag (kubawerlos)
  • bug #3890 StrictParamFixer - make it case-insensitive (kubawerlos)
  • bug #3895 FunctionsAnalyzer - false positive for constant and function definition (kubawerlos)
  • bug #3908 StrictParamFixer - fix edge case (kubawerlos)
  • bug #3910 FunctionsAnalyzer - fix isGlobalFunctionCall (gharlan)
  • bug #3912 FullyQualifiedStrictTypesFixer - NoSuperfluousPhpdocTagsFixer - adjust priority (dmvdbrugge)
  • bug #3913 TokensAnalyzer - fix isConstantInvocation (gharlan, keradus)
  • bug #3921 TypeAnalysis - Fix iterable not being detected as a reserved type (ntzm)
  • bug #3924 FullyQualifiedStrictTypesFixer - space bug (dmvdbrugge)
  • bug #3937 LowercaseStaticReferenceFixer - Fix "Parent" word in namespace (kubawerlos)
  • bug #3944 ExplicitStringVariableFixer - fix array handling (gharlan)
  • bug #3951 NoSuperfluousPhpdocTagsFixer - do not call strtolower with null (SpacePossum)
  • bug #3954 NoSuperfluousPhpdocTagsFixer - Index invalid or out of range (kubawerlos)
  • bug #3957 NoTrailingWhitespaceFixer - trim space after opening tag (kubawerlos)
  • minor #3798 DX: enable native_function_invocation (keradus)
  • minor #3882 PhpdocAnnotationWithoutDotFixer - Handle empty line in comment (kubawerlos)
  • minor #3889 DX: Cleanup - remove unused variables (kubawerlos, SpacePossum)
  • minor #3891 PhpdocNoEmptyReturnFixer - account for null[] (dmvdbrugge)
  • minor #3892 PhpdocNoEmptyReturnFixer - fix docs (keradus)
  • minor #3897 DX: FunctionsAnalyzer - simplifying return expression (kubawerlos)
  • minor #3903 DX: cleanup - remove special treatment for PHP <5.6 (kubawerlos)
  • minor #3905 DX: Upgrade composer-require-checker to stable version (keradus)
  • minor #3919 Simplify single uses of Token::isGivenKind (ntzm)
  • minor #3920 Docs: Fix typo (ntzm)
  • minor #3940 DX: fix phpdoc parameter type (malukenho)
  • minor #3948 DX: cleanup - remove redundant param annotations (kubawerlos)
  • minor #3950 Circle CI v2 yml (siad007)
  • minor #3952 DX: AbstractFixerTestCase - drop testing method already provided by trait (keradus)
  • minor #3973 Bump xdebug-handler (keradus)

Changelog for v2.12.2

  • bug #3823 NativeConstantInvocationFixer - better constant detection (gharlan, SpacePossum, keradus)
  • bug #3832 "yield from" as keyword (SpacePossum)
  • bug #3835 Fix priority between PHPDoc return type fixers (julienfalque, keradus)
  • bug #3839 MethodArgumentSpaceFixer - add empty line incorrectly (SpacePossum)
  • bug #3866 SpaceAfterSemicolonFixer - loop over all tokens (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.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @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.

@coveralls
Copy link

coveralls commented Aug 24, 2018

Pull Request Test Coverage Report for Build 111

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.06%) to 95.051%

Totals Coverage Status
Change from base Build 88: -0.06%
Covered Lines: 557
Relevant Lines: 586

💛 - Coveralls

@dependabot-preview
Copy link
Contributor Author

Looks like friendsofphp/php-cs-fixer is up-to-date now, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/friendsofphp/php-cs-fixer-2.13.0 branch August 24, 2018 12:55
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

2 participants